Share via


ModelingDocData.GetDomainModels Method

Gets a collection of types to be loaded into the store.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Protected MustOverride Function GetDomainModels As IList(Of Type)
'Usage
Dim returnValue As IList(Of Type)

returnValue = Me.GetDomainModels()
protected abstract IList<Type> GetDomainModels()
protected:
virtual IList<Type^>^ GetDomainModels() abstract
protected abstract function GetDomainModels() : IList<Type>

Return Value

Type: System.Collections.Generic.IList<Type>
A collection types to be loaded into the store.

Remarks

This list does not contain types that providers use when they create a store.

.NET Framework Security

See Also

Reference

ModelingDocData Class

ModelingDocData Members

Microsoft.VisualStudio.Modeling.Shell Namespace