获取集合中指定索引处的功能属性对象。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Integer _
) As Object
Get
用法
Dim instance As SPFeaturePropertyCollection
Dim index As Integer
Dim value As Object
value = instance(index)
public Object this[
int index
] { get; }
参数
index
类型:System.Int3232 位整数,指定的索引。
属性值
类型:System.Object
一个代表功能属性的SPFeatureProperty对象。