C# 클래스 AIT.Tools.VisualStudioTextTransform.TemplateProcessor

/
파일 보기 프로젝트 열기: AITGmbH/VisualStudioTextTransform 1 사용 예제들

공개 메소드들

메소드 설명
ProcessSolution ( string solutionFileName, Options options ) : bool

/

ProcessTemplate ( DTE2 dte, string templateFileName, Options options ) : CompilerErrorCollection

/

ProcessTemplateInMemory ( DTE2 dte, string templateFileName, IVariableResolver resolver ) : VisualStudioTextTemplateHost>.Tuple

/

비공개 메소드들

메소드 설명
FindTemplates ( string p ) : IEnumerable

메소드 상세

ProcessSolution() 공개 정적인 메소드

/
public static ProcessSolution ( string solutionFileName, Options options ) : bool
solutionFileName string
options Options
리턴 bool

ProcessTemplate() 공개 정적인 메소드

/
public static ProcessTemplate ( DTE2 dte, string templateFileName, Options options ) : CompilerErrorCollection
dte DTE2
templateFileName string
options Options
리턴 System.CodeDom.Compiler.CompilerErrorCollection

ProcessTemplateInMemory() 공개 정적인 메소드

/
public static ProcessTemplateInMemory ( DTE2 dte, string templateFileName, IVariableResolver resolver ) : VisualStudioTextTemplateHost>.Tuple
dte DTE2
templateFileName string
resolver IVariableResolver
리턴 VisualStudioTextTemplateHost>.Tuple