Share via


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
Public property DefaultView Gets the default data view in Server Explorer.
Public property Views Gets all the available views for Server Explorer.

Top

Remarks

This interface is implemented as a built-in DDEX service.

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace