IVsDataViewCommonNodeInfo インターフェイス

ノードの種類間に共通のプロパティをカプセル化する; 特に、接続ノード (IVsDataViewConnectionNodeInfo)、静的および Choose ノード (IVsDataViewNodeInfo)。

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

構文

'宣言
Public Interface IVsDataViewCommonNodeInfo
public interface IVsDataViewCommonNodeInfo
public interface class IVsDataViewCommonNodeInfo
type IVsDataViewCommonNodeInfo =  interface end
public interface IVsDataViewCommonNodeInfo

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

プロパティ

  名前 説明
パブリック プロパティ BrowseObjectProviderType IVsDataViewBrowseObjectProvider のサポートのエンティティを実装する Type としてクラスを取得します。プロバイダーはこの実装を提供します。
パブリック プロパティ Children 現在のノードの子ノードを取得します。
パブリック プロパティ Commands コマンドを現在のノードに関連付けられているを取得します。
パブリック プロパティ CreateAutoBrowseObject AutoBrowseObject を作成するかどうかを示す値を取得します。
パブリック プロパティ DefaultCommand 現在のノードの既定のコマンドを取得します。
パブリック プロパティ DropTargetProviderType IVsDataViewDropTargetProvider のサポートのエンティティを実装する Type としてクラスを取得します。プロバイダーはこの実装を提供します。
パブリック プロパティ NodeId 現在のノードの ID を含む文字列を取得します。
パブリック プロパティ Properties 現在のノードのプロパティを取得します。
パブリック プロパティ TypeDisplayName UI 特定の表示名を取得します。
パブリック プロパティ UserContextProviderType IVsDataViewUserContextProvider のサポートのエンティティを実装する Type としてクラスを取得します。プロバイダーはこの実装を提供します。

このページのトップへ

解説

このインターフェイスは DDEX サービスとして実装されます。

参照

関連項目

Microsoft.VisualStudio.Data.Services 名前空間