IVsDataViewSupportModel.Views Property

Definition

Gets all the available views for Server Explorer.

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::IVsDataViewInfo ^> ^ Views { System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::IVsDataViewInfo ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.IVsDataViewInfo> Views { get; }
member this.Views : System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.IVsDataViewInfo>
Public ReadOnly Property Views As IList(Of IVsDataViewInfo)

Property Value

A list of IVsDataViewInfo objects representing all the available views.

Applies to