Urn.GetAttribute メソッド

定義

オーバーロード

名前 説明
GetAttribute(String)

最後のレベルからフィルターからプロパティ値を取得する

GetAttribute(String, String)

指定したレベルからフィルターからプロパティ値を取得する

GetAttribute(String)

最後のレベルからフィルターからプロパティ値を取得する

public string GetAttribute(string attributeName);
member this.GetAttribute : string -> string
Public Function GetAttribute (attributeName As String) As String

パラメーター

attributeName
String

プロパティ名

返品

属性名、その名前を持つ属性がない場合は null

適用対象

GetAttribute(String, String)

指定したレベルからフィルターからプロパティ値を取得する

public string GetAttribute(string attributeName, string type);
member this.GetAttribute : string * string -> string
Public Function GetAttribute (attributeName As String, type As String) As String

パラメーター

attributeName
String

プロパティ名

type
String

レベル名

返品

属性名、その名前を持つ属性がない場合は null

適用対象