次の方法で共有


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 サイト ノードを表す各 IExplorerNodeAnnotations プロパティから IExplorerSiteNodeInfo オブジェクトを取得できます。 詳細については、「サーバー エクスプローラーの [SharePoint 接続] ノードの拡張」を参照してください。

参照

参照

Microsoft.VisualStudio.SharePoint.Explorer 名前空間