ModelingTextTransformation.AddDomainModel Method

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost (in Microsoft.VisualStudio.TextTemplating.VSHost.dll)

Syntax

'宣言
Protected Sub AddDomainModel ( _
    modelType As Type _
)
'使用
Dim modelType As Type

Me.AddDomainModel(modelType)
protected void AddDomainModel(
    Type modelType
)
protected:
void AddDomainModel(
    Type^ modelType
)
protected function AddDomainModel(
    modelType : Type
)

Parameters

Permissions

See Also

Reference

ModelingTextTransformation Class

ModelingTextTransformation Members

Microsoft.VisualStudio.TextTemplating.VSHost Namespace