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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataViewHierarchy Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace