添加存储要加载的域模型类型。 在调用 Initialize() 之前为每个域模型调用此方法。
命名空间: Microsoft.VisualStudio.TextTemplating.VSHost
程序集: Microsoft.VisualStudio.TextTemplating.Modeling.12.0(在 Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll 中)
语法
声明
Protected Sub AddDomainModel ( _
modelType As Type _
)
protected void AddDomainModel(
Type modelType
)
protected:
void AddDomainModel(
Type^ modelType
)
member AddDomainModel :
modelType:Type -> unit
protected function AddDomainModel(
modelType : Type
)
参数
modelType
类型:Type用域特定语言定义的域模型类型。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。