SPContext.HasDesignTimeContentType-Eigenschaft
Ruft einen Boolean -Wert, der angibt, ob das Listenelement im aktuellen Kontext eine Entwurfszeit-Inhaltstyp zugeordnet ist.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property HasDesignTimeContentType As Boolean
Get
'Usage
Dim instance As SPContext
Dim value As Boolean
value = instance.HasDesignTimeContentType
public bool HasDesignTimeContentType { get; }
Eigenschaftswert
Typ: System.Boolean
true Wenn das Element eine Entwurfszeit-Inhaltstyp zugeordnet ist; andernfalls false.