IVsDataViewSelectionNodeInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents information about a data view selection node.
public interface class IVsDataViewSelectionNodeInfo : Microsoft::VisualStudio::Data::Services::IVsDataViewNodeInfo
public interface IVsDataViewSelectionNodeInfo : Microsoft.VisualStudio.Data.Services.IVsDataViewNodeInfo
type IVsDataViewSelectionNodeInfo = interface
interface IVsDataViewNodeInfo
interface IVsDataViewMemberInfo
interface IVsDataViewCommonNodeInfo
Public Interface IVsDataViewSelectionNodeInfo
Implements IVsDataViewNodeInfo
- 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) |
DisplayNames |
Gets the display names of the static node or the selection node. (Inherited from IVsDataViewNodeInfo) |
DropTargetProviderType |
Gets the class as a Type that implements the IVsDataViewDropTargetProvider support entity. The provider supplies this implementation. (Inherited from IVsDataViewCommonNodeInfo) |
Icons |
Gets the icons associated with the static node or the selection node. (Inherited from IVsDataViewNodeInfo) |
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 selection node. |
Properties |
Gets the properties of the current node. (Inherited from IVsDataViewCommonNodeInfo) |
SkipWhenExpression |
Gets the string value used when the when expression is skipped. This value replaces the value that would otherwise be computed by evaluating the when expression. (Inherited from IVsDataViewMemberInfo) |
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) |
VisibilityProviderType |
Gets the class as a Type that implements the IVsDataViewVisibilityProvider support entity. The provider supplies this implementation. (Inherited from IVsDataViewNodeInfo) |