Sdílet prostřednictvím


ModelingDocData.GetDomainModels Method

Definition

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[].

Applies to