Urn.GetAttribute Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| GetAttribute(String) |
ottenere il valore della proprietà dal filtro dall'ultimo livello |
| GetAttribute(String, String) |
ottenere il valore della proprietà dal filtro dal livello specificato |
GetAttribute(String)
ottenere il valore della proprietà dal filtro dall'ultimo livello
public string GetAttribute(string attributeName);
member this.GetAttribute : string -> string
Public Function GetAttribute (attributeName As String) As String
Parametri
- attributeName
- String
nome proprietà
Valori restituiti
nome attributo, null se nessun attributo con tale nome
Si applica a
GetAttribute(String, String)
ottenere il valore della proprietà dal filtro dal livello specificato
public string GetAttribute(string attributeName, string type);
member this.GetAttribute : string * string -> string
Public Function GetAttribute (attributeName As String, type As String) As String
Parametri
- attributeName
- String
nome proprietà
- type
- String
nome livello
Valori restituiti
nome attributo, null se nessun attributo con tale nome