ModelingDocData.GetDomainModels Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Derived classes can override this to return a collection of the SubStores types that they request loaded into the store. This list doesnt contain SubStores that providers request loaded into the Store.
protected:
abstract System::Collections::Generic::IList<Type ^> ^ GetDomainModels();
protected abstract System.Collections.Generic.IList<Type> GetDomainModels ();
abstract member GetDomainModels : unit -> System.Collections.Generic.IList<Type>
Protected MustOverride Function GetDomainModels () As IList(Of Type)
Returns
Type[].