Method | Description | |
---|---|---|
GeneratorError ( int warning, uint level, string err, uint line, uint col ) : int | ||
Progress ( uint complete, uint total ) : int | ||
RunGenerator ( string document ) : void |
Runs the generator on the current project item.
|
Method | Description | |
---|---|---|
ComputeNamespace ( string projectItemPath ) : string |
Computes the names space based on the folder for the ProjectItem. It just replaces DirectorySeparatorCharacter with "." for the directory in which the file is located.
|
|
InvokeGenerator ( |
Invokes the specified generator
|
|
UpdateGeneratedCodeFile ( |
This is called after the single file generator has been invoked to create or update the code file.
|
Method | Description | |
---|---|---|
CanEditFile ( string documentMoniker ) : bool |
This function asks to the QueryEditQuerySave service if it is possible to edit the file.
|
|
GetBufferContents ( string fileName, IVsTextStream &srpStream ) : string |
Returns the buffer contents for a moniker.
|
|
SingleFileGenerator ( |
Overloadde ctor.
|
|
VerifyFileDirtyInRdt ( string document, IVsHierarchy &pHier, IVsPersistDocData &ppDocData, uint &cookie ) : bool |
Returns TRUE if open and dirty. Note that documents can be open without a window frame so be careful. Returns the DocData and doc cookie if requested
|
protected ComputeNamespace ( string projectItemPath ) : string | ||
projectItemPath | string | |
return | string |
public GeneratorError ( int warning, uint level, string err, uint line, uint col ) : int | ||
warning | int | |
level | uint | |
err | string | |
line | uint | |
col | uint | |
return | int |
protected InvokeGenerator ( |
||
fileNode | The node on which to invoke the generator. | |
return | void |
public Progress ( uint complete, uint total ) : int | ||
complete | uint | |
total | uint | |
return | int |
public RunGenerator ( string document ) : void | ||
document | string | |
return | void |
protected UpdateGeneratedCodeFile ( |
||
fileNode | The node associated to the generator | |
data | byte | data to update the file with |
size | int | size of the data |
fileName | string | Name of the file to update or create |
return | string |