SPObjectModelTypeCollection.Item 属性 (Guid)
集合类型的给定的唯一标识符所引用的项。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
typeId As Guid _
) As SPObjectModelType
Get
用法
Dim instance As SPObjectModelTypeCollection
Dim typeId As Guid
Dim value As SPObjectModelType
value = instance(typeId)
public SPObjectModelType this[
Guid typeId
] { get; }
参数
typeId
类型:System.Guid集合项的唯一标识符。
属性值
类型:Microsoft.SharePoint.Administration.SPObjectModelType
一个SPObjectModelType对象。