IVsDataViewSupportModel Interface
Represents the model that describes data view support.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataViewSupportModel
public interface IVsDataViewSupportModel
public interface class IVsDataViewSupportModel
type IVsDataViewSupportModel = interface end
public interface IVsDataViewSupportModel
The IVsDataViewSupportModel type exposes the following members.
Properties
Name | Description | |
---|---|---|
DefaultView | Gets the default data view in Server Explorer. | |
Views | Gets all the available views for Server Explorer. |
Top
Remarks
This interface is implemented as a built-in DDEX service.