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
- 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