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

屬性名稱的文字輸入。

傳回

Object

表示總管項目中之屬性名稱的字串。

適用於