次の方法で共有


ExpandedWrapper<TExpandedElement>.GetExpandedPropertyValue メソッド

定義

展開されたプロパティの値を返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 virtual System::Object ^ GetExpandedPropertyValue(System::String ^ name);
public object GetExpandedPropertyValue (string name);
abstract member GetExpandedPropertyValue : string -> obj
override this.GetExpandedPropertyValue : string -> obj
Public Function GetExpandedPropertyValue (name As String) As Object

パラメーター

name
String

プロパティの名前。

戻り値

プロパティの値。

実装

適用対象