共用方式為


IFieldNodeInfo 介面

提供欄位的相關資訊 (即 Microsoft.SharePoint.SPField),其由 [伺服器總管] 中的節點表示。

命名空間:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions
組件:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions (在 Microsoft.VisualStudio.SharePoint.Explorer.Extensions.dll 中)

語法

'宣告
Public Interface IFieldNodeInfo
public interface IFieldNodeInfo

IFieldNodeInfo 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 ContentTypeName 取得與這個欄位相關聯之內容類型 (如果有的話) 的名稱。
公用屬性 Id 取得欄位的識別碼。
公用屬性 IsHidden 取得值,這個值表示是否隱藏欄位。
公用屬性 ListId 取得與這個欄位相關聯之清單 (如果有的話) 的識別碼。
公用屬性 Title 取得欄位的名稱。

回頁首

備註

您可以從每個代表欄位的 IExplorerNodeAnnotations 屬性擷取 IFieldNodeInfo 物件。 如需詳細資訊,請參閱在伺服器總管中擴充 SharePoint 連線節點

請參閱

參考

Microsoft.VisualStudio.SharePoint.Explorer.Extensions 命名空間