SPObjectModelTypeCollection.Item 属性 (Type)

集合类型的给定的唯一标识符所引用的项。

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

语法

声明
Public ReadOnly Default Property Item ( _
    type As Type _
) As SPObjectModelType
    Get
用法
Dim instance As SPObjectModelTypeCollection
Dim type As Type
Dim value As SPObjectModelType

value = instance(type)
public SPObjectModelType this[
    Type type
] { get; }

参数

  • type
    类型:System.Type

    系统类型引用的项。

属性值

类型:Microsoft.SharePoint.Administration.SPObjectModelType
一个SPObjectModelType对象。

另请参阅

引用

SPObjectModelTypeCollection 类

SPObjectModelTypeCollection 成员

Item 重载

Microsoft.SharePoint.Administration 命名空间