ProjectedWrapper.InternalGetProjectedPropertyValue(Int32) 方法

定义

按其索引获取指定属性的值。Gets the value for the specified property by its index.

此 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

要获取该值的属性索引。Index of the property for which to get the value.

返回

Object

属性的值。The value for the property.

适用于