ProjectedWrapper.InternalGetProjectedPropertyValue(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依指定的屬性索引取得其值。
此 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
要取得其值之屬性的索引。
傳回
屬性的值。