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对象。