次の方法で共有


IExplorerNodeContext インターフェイス

IExplorerNode オブジェクトに関連付けられている SharePoint サイトと対話するときに使用できるメンバーを提供します。

名前空間:  Microsoft.VisualStudio.SharePoint.Explorer
アセンブリ:  Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)

構文

'宣言
Public Interface IExplorerNodeContext
public interface IExplorerNodeContext

IExplorerNodeContext 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ SharePointConnection SharePoint サーバーのオブジェクト モデルを呼び出すコマンドを実行するときに使用できる ISharePointConnection オブジェクトを取得します。
パブリック プロパティ SiteId このノードが関連付けられている SharePoint サイト (Microsoft.SharePoint.SPWeb) の ID を取得します。
パブリック プロパティ SiteUrl このノードが関連付けられている SharePoint サイト (Microsoft.SharePoint.SPWeb) の URL を取得します。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド CreatePropertySourceObject 指定したプロパティ値のディクショナリを公開する特殊な型記述子のロジックを持つオブジェクトを作成します。
パブリック メソッド ShowMessageBox メッセージ ボックスを表示します。

このページのトップへ

解説

IExplorerNode オブジェクトの Context プロパティを使用して、このインターフェイスのインスタンスを取得します。

参照

参照

Microsoft.VisualStudio.SharePoint.Explorer 名前空間