次の方法で共有


ProjectedWrapper.InternalGetProjectedPropertyValue(Int32) メソッド

定義

インデックス別に指定したプロパティの値を取得します。

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

protected:
 abstract System::Object ^ InternalGetProjectedPropertyValue(int propertyIndex);
protected abstract object InternalGetProjectedPropertyValue (int propertyIndex);
abstract member InternalGetProjectedPropertyValue : int -> obj
Protected MustOverride Function InternalGetProjectedPropertyValue (propertyIndex As Integer) As Object

パラメーター

propertyIndex
Int32

値の取得先のプロパティのインデックス。

戻り値

プロパティの値。

適用対象