DynamicField.GetAttribute(String) 方法

定義

取得指定的屬性值。

public:
 virtual System::String ^ GetAttribute(System::String ^ key);
public string GetAttribute(string key);
abstract member GetAttribute : string -> string
override this.GetAttribute : string -> string
Public Function GetAttribute (key As String) As String

參數

key
String

屬性的關鍵是要取得。

傳回

屬性的值。

實作

適用於

另請參閱