Freigeben über


IListTemplateNodeInfo.Category Property

Definition

Gets a ListTemplateCategory value that specifies the category that the list template belongs to.

public:
 property Microsoft::VisualStudio::SharePoint::Explorer::Extensions::ListTemplateCategory Category { Microsoft::VisualStudio::SharePoint::Explorer::Extensions::ListTemplateCategory get(); };
public Microsoft.VisualStudio.SharePoint.Explorer.Extensions.ListTemplateCategory Category { get; }
member this.Category : Microsoft.VisualStudio.SharePoint.Explorer.Extensions.ListTemplateCategory
Public ReadOnly Property Category As ListTemplateCategory

Property Value

The category that the list template belongs to.

Remarks

This value corresponds to the Microsoft.SharePoint.SPListTemplate.CategoryType property.

Applies to