Linguaggio

Urn.GetAttribute Metodo

Definizione

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

Si applica a