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