ModelingTextTransformation.AddDomainModel 方法

添加存储要加载的域模型类型。 在调用 Initialize() 之前为每个域模型调用此方法。

命名空间:  Microsoft.VisualStudio.TextTemplating.VSHost
程序集:  Microsoft.VisualStudio.TextTemplating.Modeling.10.0(在 Microsoft.VisualStudio.TextTemplating.Modeling.10.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
    类型:System.Type
    用域特定语言定义的域模型类型。

.NET Framework 安全性

请参见

参考

ModelingTextTransformation 类

Microsoft.VisualStudio.TextTemplating.VSHost 命名空间