次の方法で共有


IVsDataViewCommonNodeInfo インターフェイス

定義

データ ビュー接続、静的ノード、選択ノードに関する情報を表します。

public interface class IVsDataViewCommonNodeInfo
public interface IVsDataViewCommonNodeInfo
type IVsDataViewCommonNodeInfo = interface
Public Interface IVsDataViewCommonNodeInfo
派生

プロパティ

BrowseObjectProviderType

サポート エンティティを実装する として Type クラスを IVsDataViewBrowseObjectProvider 取得します。 プロバイダーはこの実装を提供します。

Children

現在のノードの子ノードを取得します。

Commands

現在のノードに関連付けられているコマンドを取得します。

CreateAutoBrowseObject

AutoBrowseObject を作成するかどうかを示す値を取得します。

DefaultCommand

現在のノードに設定されている既定のコマンドを取得します。

DropTargetProviderType

サポート エンティティを実装する として Type クラスを IVsDataViewDropTargetProvider 取得します。 プロバイダーはこの実装を提供します。

NodeId

現在のノードの ID を含む文字列を取得します。

Properties

現在のノードのプロパティを取得します。

TypeDisplayName

UI 固有の表示名を取得します。

UserContextProviderType

サポート エンティティを実装する として Type クラスを IVsDataViewUserContextProvider 取得します。 プロバイダーはこの実装を提供します。

適用対象