Property | Type | Description | |
---|---|---|---|
IVsSingleFileGenerator | int | ||
IVsSingleFileGenerator | int |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
IVsSingleFileGenerator ( string &pbstrDefaultExtension ) : int | ||
IVsSingleFileGenerator ( string wszInputFilePath, string bstrInputFileContents, string wszDefaultNamespace, |
protected abstract GenerateCode ( string inputFileContent ) : byte[] | ||
inputFileContent | string | |
return | byte[] |
protected GeneratorError ( uint level, string message, uint line, uint column ) : void | ||
level | uint | |
message | string | |
line | uint | |
column | uint | |
return | void |
protected GeneratorWarning ( uint level, string message, uint line, uint column ) : void | ||
level | uint | |
message | string | |
line | uint | |
column | uint | |
return | void |
protected abstract GetDefaultExtension ( ) : string | ||
return | string |