ModelingDocData.GetDomainModels 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
派生类可以重写此,以返回其请求加载到存储区中的 SubStores 类型的集合。 此列表不包含将提供程序请求加载到存储中的 SubStores。
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)
返回
键入 []。