次の方法で共有


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

プロパティ名のテキスト入力です。

戻り値

エクスプローラー アイテム内でのプロパティの名前を表す文字列です。

適用対象