次の方法で共有


INavigationContextProvider.CurrentContext プロパティ

定義

現在の OE ノードなど、現在選択されているコンテキスト項目を取得または設定します。

public:
 property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ CurrentContext { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ get(); void set(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ value); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext CurrentContext { get; set; }
member this.CurrentContext : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext with get, set
Public Property CurrentContext As INavigationContext

プロパティ値

現在選択されているコンテキスト項目です。

適用対象