IExplorerSiteNodeInfo インターフェイス
サーバー エクスプローラーで SharePoint サイト ノードが表す SharePoint サイト (つまり、Microsoft.SharePoint.SPWeb) に関する情報を提供します。
名前空間: Microsoft.VisualStudio.SharePoint.Explorer
アセンブリ: Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)
構文
'宣言
Public Interface IExplorerSiteNodeInfo
public interface IExplorerSiteNodeInfo
IExplorerSiteNodeInfo 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
Id | SharePoint サイト ノードが表す Microsoft.SharePoint.SPWeb の ID を取得します。 | |
IsConnectionRoot | SharePoint サイト ノードがサーバー エクスプローラーで [SharePoint 接続] ノードのすぐ下の子かどうかを示す値を取得します。 | |
IsRootWeb | SharePoint サイト ノードが表す Microsoft.SharePoint.SPWeb が、そのサイト コレクション (Microsoft.SharePoint.SPSite) の RootWeb かどうかを示す値を取得します。 | |
Title | SharePoint サイト ノードが表す Microsoft.SharePoint.SPWeb の名前を取得します。 | |
Url | SharePoint サイト ノードが表す Microsoft.SharePoint.SPWeb の URL を取得します。 |
このページのトップへ
解説
SharePoint サイト ノードを表す各 IExplorerNode の Annotations プロパティから IExplorerSiteNodeInfo オブジェクトを取得できます。 詳細については、「サーバー エクスプローラーの [SharePoint 接続] ノードの拡張」を参照してください。