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

要获取的属性的键。

返回

特性的值。

实现

适用于

另请参阅