DataViewManager 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
Protected method DataViewManager Class constructor. Instantiates a new instance of the DataViewManager class.

Top

Methods

  Name Description
Public method CopyTo Copies the set of data view hierarchies in the collection to an array at the specified starting index.
Protected method CreateDataViewHierarchy Creates a new data view hierarchy object instance.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetDataViewHierarchy Overloaded.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method IsEquivalent Tests the equivalency of a specified data view.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Retrieves the number of data view hierarchies in the current collection.
Protected property DataViews Retrieves an array list of current data views.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo Copies the set of data views exposed in the Visual StudioServer Explorer to an array, starting at the specified array index.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Retrieves an enumerator that is able to iterate through the data views collection.
Explicit interface implemetationPrivate property ICollection.IsSynchronized Retrieves a value that indicates whether access to the data views collection is synchronized (thread safe).
Explicit interface implemetationPrivate property ICollection.SyncRoot

Top

See Also

Reference

DataViewManager Class

Microsoft.VisualStudio.Data Namespace