다음을 통해 공유


ModelingTextTransformation.AddDomainModel 메서드

저장소에서 로드할 도메인 모델 형식을 추가합니다. 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 보안

참고 항목

참조

ModelingTextTransformation 클래스

Microsoft.VisualStudio.TextTemplating.VSHost 네임스페이스