SPObjectModelTypeCollection.Item-Eigenschaft (Type)
Eine Auflistung geben Sie ein Element auf dem angegebenen eindeutigen Bezeichner verweist.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
type As Type _
) As SPObjectModelType
Get
'Usage
Dim instance As SPObjectModelTypeCollection
Dim type As Type
Dim value As SPObjectModelType
value = instance(type)
public SPObjectModelType this[
Type type
] { get; }
Parameter
type
Typ: System.TypeEin Typverweis auf das Element.
Eigenschaftswert
Typ: Microsoft.SharePoint.Administration.SPObjectModelType
Ein SPObjectModelType -Objekt.
Siehe auch
Referenz
SPObjectModelTypeCollection Klasse