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.
Represents the interface that exposes the ability to retrieve an XML stream that provides a description of one or more data views.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataViewSupport _
Inherits IVsDataSupport
'Usage
Dim instance As IVsDataViewSupport
public interface IVsDataViewSupport : IVsDataSupport
public interface class IVsDataViewSupport : IVsDataSupport
public interface IVsDataViewSupport extends IVsDataSupport
Remarks
A data view is a hierarchical layout of data source objects that are displayed in the Visual Studio Server Explorer. Implementing this interface allows such a hierarchy to be displayed to represent the hierarchical relationships of data source objects from virtually any data source.
The XML stream, which describes the data view, is provided in an XML file that validates against the schema definition file DataViewSupport.xsd.
This interface has a base implementation in the DDEX Framework.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace