프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IVsSingleFileGenerator | int | ||
IVsSingleFileGenerator | int |
메소드 | 설명 | |
---|---|---|
GenerateCode ( string inputFileContent ) : byte[] | ||
GeneratorError ( uint level, string message, uint line, uint column ) : void | ||
GeneratorWarning ( uint level, string message, uint line, uint column ) : void | ||
GetDefaultExtension ( ) : string |
메소드 | 설명 | |
---|---|---|
IVsSingleFileGenerator ( string &pbstrDefaultExtension ) : int | ||
IVsSingleFileGenerator ( string wszInputFilePath, string bstrInputFileContents, string wszDefaultNamespace, |
protected abstract GenerateCode ( string inputFileContent ) : byte[] | ||
inputFileContent | string | |
리턴 | byte[] |
protected GeneratorError ( uint level, string message, uint line, uint column ) : void | ||
level | uint | |
message | string | |
line | uint | |
column | uint | |
리턴 | void |
protected GeneratorWarning ( uint level, string message, uint line, uint column ) : void | ||
level | uint | |
message | string | |
line | uint | |
column | uint | |
리턴 | void |