IListTemplateNodeInfo 介面
提供清單範本的相關資訊 (即 Microsoft.SharePoint.SPListTemplate),其由 [伺服器總管] 中的節點表示。
命名空間: Microsoft.VisualStudio.SharePoint.Explorer.Extensions
組件: Microsoft.VisualStudio.SharePoint.Explorer.Extensions (在 Microsoft.VisualStudio.SharePoint.Explorer.Extensions.dll 中)
語法
'宣告
Public Interface IListTemplateNodeInfo
public interface IListTemplateNodeInfo
IListTemplateNodeInfo 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Category | 取得 ListTemplateCategory 值,該值指定清單範本所屬的分類。 |
![]() |
IsHidden | 取得值,這個值表示是否隱藏清單範本。 |
![]() |
Name | 取得清單範本的名稱。 |
回頁首
備註
您可以從每個代表清單範本的 IExplorerNode 其 Annotations 屬性擷取 IListTemplateNodeInfo 物件。 如需詳細資訊,請參閱在伺服器總管中擴充 SharePoint 連線節點。