SPFeaturePropertyCollection.Item 属性 (String)

从集合中获取具有指定名称的功能属性对象。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    propertyName As String _
) As SPFeatureProperty
    Get
用法
Dim instance As SPFeaturePropertyCollection
Dim propertyName As String
Dim value As SPFeatureProperty

value = instance(propertyName)
public SPFeatureProperty this[
    string propertyName
] { get; }

参数

  • propertyName
    类型:System.String

    一个字符串,包含的属性的名称。

属性值

类型:Microsoft.SharePoint.SPFeatureProperty
一个代表功能属性的SPFeatureProperty对象。

另请参阅

引用

SPFeaturePropertyCollection 类

SPFeaturePropertyCollection 成员

Item 重载

Microsoft.SharePoint 命名空间