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

'宣言
ReadOnly Property Model As IVsDataViewSupportModel
'使用
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.

Permissions

See Also

Reference

IVsDataViewHierarchy Interface

IVsDataViewHierarchy Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace