ModelingTextTransformation.AddDomainModel 方法 (Type)
加入要供存放區載入的網域模型型別。 在呼叫 Initialize() 之前,請先針對每個網域模型呼叫此項目。
命名空間: Microsoft.VisualStudio.TextTemplating.VSHost
組件: Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (在 Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll 中)
語法
protected void AddDomainModel(
Type modelType
)
protected:
void AddDomainModel(
Type^ modelType
)
member AddDomainModel :
modelType:Type -> unit
Protected Sub AddDomainModel (
modelType As Type
)
參數
- modelType
由網域特定語言所定義的網域模型型別。
請參閱
ModelingTextTransformation 類別
Microsoft.VisualStudio.TextTemplating.VSHost 命名空間
回到頁首