Compartilhar via


SPObjectModelTypeCollection.Item Property (Guid)

A collection type item referenced by the given unique identifier.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    typeId As Guid _
) As SPObjectModelType
    Get
'Usage
Dim instance As SPObjectModelTypeCollection
Dim typeId As Guid
Dim value As SPObjectModelType

value = instance(typeId)
public SPObjectModelType this[
    Guid typeId
] { get; }

Parameters

  • typeId
    Type: System.Guid

    A unique identifier of the collection item.

Property Value

Type: Microsoft.SharePoint.Administration.SPObjectModelType
A SPObjectModelType object.

See Also

Reference

SPObjectModelTypeCollection Class

SPObjectModelTypeCollection Members

Item Overload

Microsoft.SharePoint.Administration Namespace