Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents the collection of data view hierarchies currently active in the Visual Studio Server Explorer and provides methods and properties with which to manage these data views.
The DataViewManager type exposes the following members.
Constructors
Name
Description
Class constructor. Instantiates a new instance of the DataViewManager class.
Top
Methods
Name
Description
Copies the set of data view hierarchies in the collection to an array at the specified starting index.
Creates a new data view hierarchy object instance.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Overloaded.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Tests the equivalency of a specified data view.
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Retrieves the number of data view hierarchies in the current collection.
Retrieves an array list of current data views.
Top
Explicit Interface Implementations
Name
Description
Copies the set of data views exposed in the Visual Studio Server Explorer to an array, starting at the specified array index.
Retrieves an enumerator that is able to iterate through the data views collection.
Retrieves a value that indicates whether access to the data views collection is synchronized (thread safe).
Top