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

'宣言
ReadOnly Property CurrentView As IVsDataViewInfo
'使用
Dim instance As IVsDataViewHierarchy
Dim value As IVsDataViewInfo

value = instance.CurrentView
IVsDataViewInfo CurrentView { get; }
property IVsDataViewInfo^ CurrentView {
    IVsDataViewInfo^ get ();
}
function get CurrentView () : IVsDataViewInfo

Property Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataViewInfo

An IVsDataViewInfo object representing the current view.

Permissions

See Also

Reference

IVsDataViewHierarchy Interface

IVsDataViewHierarchy Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace