DataViewHierarchyAccessor Members
Include Protected Members
Include Inherited Members
Represents a set of properties and methods that interact with the data view hierarchy implementation of the IVsUIHierarchy interface.
The DataViewHierarchyAccessor type exposes the following members.
Constructors
Name
Description
Class constructor. Initializes a new instance of the DataViewHierarchyAccessor class with an IVsUIHierarchy object instance.
Top
Methods
Name
Description
Overloaded.
Creates a new node in the data view hierarchy, but one without context and that is not placed anywhere in the hierarchy tree.
Drops an existing node that represents an object from the data source from the data view hierarchy.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Overloaded.
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Retrieves an array of the object types enumerated when a parent node is expanded to show its child nodes.
Retrieves an array of the static node IDs that are children of the specified item ID.
Overloaded.
Serves as a hash function for a particular type. (Inherited from Object.)
Infers the item ID of a node in the data view hierarchy given a path to the node.
Retrieves the node ID as specified in the data view support XML from an item ID.
Retrieves the display name of a specified node.
Infers a node path from the location of a node in the data view hierarchy.
Retrieves the data-source-specific identifier of the object associated with the node matching the specified item ID.
Retrieves a property of a data object associated with the node matching the specified item ID.
Retrieves the type of the data object associated with the node matching the specified item ID.
Retrieves a hierarchy property.
Retrieves an integer array representing item IDs for currently selected nodes in the tree.
Gets the type of the current instance. (Inherited from Object.)
Overloaded.
Creates a shallow copy of the current Object. (Inherited from Object.)
Sets the node path for a node identified by a particular item ID.
Sets a specified hierarchy property.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Retrieves a DataConnection object instance representing the data connection pertaining to the data view hierarchy.
Retrieves an IVsUIHierarchy object instance representing the current hierarchy view.
Retrieves a string representing the currently selected data view.
Retrieves the Visual Studio global service provider being used by the data view hierarchy.
Top