言語

INavigationContext インターフェイス

定義

オブジェクトエクスプローラー階層内のノードの情報を提供します。

public interface class INavigationContext : IEquatable<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^>, IServiceProvider, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation
public interface INavigationContext : IEquatable<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext>, IServiceProvider, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation
type INavigationContext = interface
    interface INodeInformation
    interface INodeContext
    interface IServiceProvider
    interface IEquatable<INavigationContext>
Public Interface INavigationContext
Implements IEquatable(Of INavigationContext), INodeInformation, IServiceProvider
実装

プロパティ

名前 説明
Connection

接続情報を取得したり設定したりします。

(継承元 INodeContext)
Context

ノードの列挙器に統一リソース名(URN)を取得します。

(継承元 INodeContext)
Hierarchy

ノードに関連付けられた階層構造を取得します。

(継承元 INodeInformation)
InvariantName

Uniform Resource Name(URN)キーのすべての部分を取得します。

(継承元 INodeInformation)
Item[String]

ノードのプロパティバッグを取得します。

(継承元 INodeInformation)
Name

ノードのキャプションを受け取る。

(継承元 INodeInformation)
NavigationContext

ナビゲーションの文脈を把握できます。

(継承元 INodeContext)
Parent

親ノードを取得します。

(継承元 INodeInformation)
UrnPath

現在のコンテキストのスケルトンパスを取得します。

(継承元 INodeContext)
ViewIdentity

ナビゲーションサービスからビューを問い合わせるために使われるビュー識別子を取得します。

メソッド

名前 説明
CreateObjectInstance()

コンテキストおよび接続プロパティによって定義されたオブジェクトのインスタンスを作成します。

(継承元 INodeContext)

適用対象