Share via


IVsDataViewHierarchy.CurrentView Property

Gets the current view of the data view hierarchy.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property CurrentView As IVsDataViewInfo
IVsDataViewInfo CurrentView { get; }
property IVsDataViewInfo^ CurrentView {
    IVsDataViewInfo^ get ();
}
abstract CurrentView : IVsDataViewInfo with get
function get CurrentView () : IVsDataViewInfo

Property Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataViewInfo
An IVsDataViewInfo object representing the current view.

.NET Framework Security

See Also

Reference

IVsDataViewHierarchy Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace