IVsDataViewSupportModel.DefaultView 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 the default data view in Server Explorer.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataViewInfo ^ DefaultView { Microsoft::VisualStudio::Data::Services::IVsDataViewInfo ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataViewInfo DefaultView { get; }
member this.DefaultView : Microsoft.VisualStudio.Data.Services.IVsDataViewInfo
Public ReadOnly Property DefaultView As IVsDataViewInfo
Property Value
An IVsDataViewInfo object representing the default view.