DataViewDocumentProvider Members
Include Protected Members
Include Inherited Members
Provides the ability to open a document, get a document moniker, and perform other actions pertaining to a document in the Visual Studio Sever Explorer.
The DataViewDocumentProvider type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the DataViewDocumentProvider class.
Top
Methods
Name
Description
Indicates whether a document can be opened for the specified node in the data view and for the given logical view.
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.)
Searches for a node in the data view that corresponds to the specified document moniker. Optionally, searches child nodes that have not been expanded yet.
Retrieves the service provider representing the context of the current document in the data view.
Serves as a hash function for a particular type. (Inherited from Object.)
Retrieves the document moniker for the specified node in the data view.
Gets the priority level of the specified document within the data view hierarchy.
Gets the name of the specified document for use when saving the document.
Gets the type of the current instance. (Inherited from Object.)
Indicates whether a document is supported for the specified node in the data view.
Creates a shallow copy of the current Object. (Inherited from Object.)
Raises the SiteChanged event. (Inherited from DataSiteableObject<T>.)
Opens the specified document in the given logical view. The document may be populated with existing data and may be hidden.
Indicates whether the document moniker is to be displayed on the specified document.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets or sets the object site. (Inherited from DataSiteableObject<T>.)
Top
Events
Name
Description
Occurs when the Site property is changed. (Inherited from DataSiteableObject<T>.)
Top