共用方式為


IExplorerSiteNodeInfo 介面

定義

提供伺服器總管中 SharePoint 網站節點所代表之 SharePoint 網站 (即 Microsoft.SharePoint.SPWeb) 的相關資訊。

public interface class IExplorerSiteNodeInfo
public interface IExplorerSiteNodeInfo
type IExplorerSiteNodeInfo = interface
Public Interface IExplorerSiteNodeInfo

備註

您可以從代表 SharePoint 網站節點的每個 IExplorerNode 屬性擷取 IExplorerSiteNodeInfo 物件Annotations。 如需詳細資訊,請參閱 Extending the SharePoint Connections Node in Server Explorer (在伺服器總管中延伸 SharePoint 連線節點)。

屬性

Id

取得 SharePoint 網站節點所代表的 Microsoft.SharePoint.SPWeb 識別碼。

IsConnectionRoot

取得值,指出 SharePoint 網站節點是否為伺服器總管中 SharePoint 連線節點的直接子系。

IsRootWeb

取得值,指出 SharePoint 網站節點所代表的 Microsoft.SharePoint.SPWeb 是否為其網站集合的 RootWeb (Microsoft.SharePoint.SPSite)。

Title

取得 SharePoint 網站節點所代表的 Microsoft.SharePoint.SPWeb 名稱。

Url

取得 SharePoint 網站節點所代表的 Microsoft.SharePoint.SPWeb URL。

適用於