IExplorerItem.GetPropertyValue(String) 方法

定義

表示一個指定字串,代表屬性名稱。

public:
 System::Object ^ GetPropertyValue(System::String ^ propertyName);
public object GetPropertyValue(string propertyName);
abstract member GetPropertyValue : string -> obj
Public Function GetPropertyValue (propertyName As String) As Object

參數

propertyName
String

一個針對物業名稱的文字輸入。

傳回

一個字串,代表探索器項目中屬性名稱。

適用於