Property | Type | Description | |
---|---|---|---|
_requestedExtension | string |
Method | Description | |
---|---|---|
Configure ( global c ) : void | ||
LeMPCustomTool ( ) : System | ||
ReportErrorToVS ( IVsGeneratorProgress generatorProgress, Severity severity, object context, string message, object args ) : void |
Method | Description | |
---|---|---|
DefaultExtension ( ) : string | ||
Generate ( string inputFilePath, string inputFileContents, string defaultNamespace, IVsGeneratorProgress progressCallback ) : byte[] |
protected abstract DefaultExtension ( ) : string | ||
return | string |
protected Generate ( string inputFilePath, string inputFileContents, string defaultNamespace, IVsGeneratorProgress progressCallback ) : byte[] | ||
inputFilePath | string | |
inputFileContents | string | |
defaultNamespace | string | |
progressCallback | IVsGeneratorProgress | |
return | byte[] |
public ReportErrorToVS ( IVsGeneratorProgress generatorProgress, Severity severity, object context, string message, object args ) : void | ||
generatorProgress | IVsGeneratorProgress | |
severity | Severity | |
context | object | |
message | string | |
args | object | |
return | void |