SPElementDefinition.ElementType property
取得元素的類型。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ElementType As String
Get
'用途
Dim instance As SPElementDefinition
Dim value As String
value = instance.ElementType
public string ElementType { get; }
Property value
Type: System.String
識別此項目類型,可以,例如字串、 ListTemplate、 CustomAction、 ContentType、 Module、 CustomActionGroup、 Field、 Workflow或HideCustomAction。
備註
如需可用的功能元素類型的資訊,請參閱 < Element Types。