Share via


IVsDataViewHierarchy.Model Property

Gets the existing support model object.

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

Syntax

'Declaration
ReadOnly Property Model As IVsDataViewSupportModel
'Usage
Dim instance As IVsDataViewHierarchy 
Dim value As IVsDataViewSupportModel 

value = instance.Model
IVsDataViewSupportModel Model { get; }
property IVsDataViewSupportModel^ Model {
    IVsDataViewSupportModel^ get ();
}
function get Model () : IVsDataViewSupportModel

Property Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataViewSupportModel
An IVsDataViewSupportModel object.

Remarks

The IVsDataViewSupportModel object describes the data view support, that is, the default view and available views.

.NET Framework Security

See Also

Reference

IVsDataViewHierarchy Interface

IVsDataViewHierarchy Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace