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

一个用于属性名称的文本输入。

返回

一个表示资源管理器项中属性名称的字符串。

适用于