IVsDataViewSupportModel.Views Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.