Gets a collection of SubStore() 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
'宣言
Protected MustOverride Function GetDomainModels As IList(Of Type)
'使用
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 of SubStore() types to be loaded into the store.
Remarks
This list does not contain SubStore() types that providers use when they create a store.
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.