次の方法で共有


ProjectedWrapper.GetProjectedPropertyValue(String) メソッド

定義

結果の名前付きプロパティの値を取得します。

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

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

パラメーター

propertyName
String

値の取得先のプロパティの名前。

戻り値

結果の名前付きプロパティの値。

適用対象