IVsDataViewConnectionNodeInfo Interface

Definition

Encapsulates properties for a connection node in Server Explorer.

public interface class IVsDataViewConnectionNodeInfo : Microsoft::VisualStudio::Data::Services::IVsDataViewCommonNodeInfo
public interface IVsDataViewConnectionNodeInfo : Microsoft.VisualStudio.Data.Services.IVsDataViewCommonNodeInfo
type IVsDataViewConnectionNodeInfo = interface
    interface IVsDataViewCommonNodeInfo
Public Interface IVsDataViewConnectionNodeInfo
Implements IVsDataViewCommonNodeInfo
Implements

Properties

BrowseObjectProviderType

Gets the class as a Type that implements the IVsDataViewBrowseObjectProvider support entity. The provider supplies this implementation.

(Inherited from IVsDataViewCommonNodeInfo)
Children

Gets the child nodes of the current node.

(Inherited from IVsDataViewCommonNodeInfo)
Commands

Gets the commands associated with the current node.

(Inherited from IVsDataViewCommonNodeInfo)
CreateAutoBrowseObject

Gets a value indicating whether an AutoBrowseObject should be created.

(Inherited from IVsDataViewCommonNodeInfo)
DefaultCommand

Gets the default command that is set for the current node.

(Inherited from IVsDataViewCommonNodeInfo)
DropTargetProviderType

Gets the class as a Type that implements the IVsDataViewDropTargetProvider support entity. The provider supplies this implementation.

(Inherited from IVsDataViewCommonNodeInfo)
InitialDisplayNames

Gets the initial display names of the connection node.

NodeId

Gets a string containing the ID of the current node.

(Inherited from IVsDataViewCommonNodeInfo)
ObjectType

Gets the type of the data object represented in the current connection node.

Properties

Gets the properties of the current node.

(Inherited from IVsDataViewCommonNodeInfo)
TypeDisplayName

Gets the UI-specific display name.

(Inherited from IVsDataViewCommonNodeInfo)
UserContextProviderType

Gets the class as a Type that implements the IVsDataViewUserContextProvider support entity. The provider supplies this implementation.

(Inherited from IVsDataViewCommonNodeInfo)

Applies to