IVsDataViewHierarchy.CurrentView 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 current view of the data view hierarchy.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataViewInfo ^ CurrentView { Microsoft::VisualStudio::Data::Services::IVsDataViewInfo ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataViewInfo CurrentView { get; }
member this.CurrentView : Microsoft.VisualStudio.Data.Services.IVsDataViewInfo
Public ReadOnly Property CurrentView As IVsDataViewInfo
Property Value
An IVsDataViewInfo object representing the current view.