다음을 통해 공유


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
    Get
IVsDataViewSupportModel Model { get; }
property IVsDataViewSupportModel^ Model {
    IVsDataViewSupportModel^ get ();
}
abstract Model : IVsDataViewSupportModel
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

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace