Property | Type | Description | |
---|---|---|---|
VSOLE | void | ||
VSOLE | void |
Method | Description | |
---|---|---|
GetCodeProvider ( ) : |
Returns a CodeDomProvider object for the language of the project containing the project item the generator was called on
|
|
GetDefaultExtension ( ) : string |
Gets the default extension of the output file from the CodeDomProvider
|
|
GetProject ( ) : Project |
Returns the EnvDTE.Project object of the project containing the project item the code generator was called on
|
|
GetProjectItem ( ) : ProjectItem |
Returns the EnvDTE.ProjectItem object that corresponds to the project item the code generator was called on
|
|
GetService ( System.Guid serviceGuid ) : object |
Method to get a service by its GUID
|
|
GetService ( |
Method to get a service by its Type
|
|
GetVSProject ( ) : VSProject |
Returns the VSLangProj.VSProject object of the project containing the project item the code generator was called on
|
|
GetVSProjectItem ( ) : VSProjectItem |
Returns the VSLangProj.VSProjectItem object that corresponds to the project item the code generator was called on
|
Method | Description | |
---|---|---|
VSOLE ( System.Guid &riid, |
GetSite method of IOleObjectWithSite
|
|
VSOLE ( object pUnkSite ) : void |
SetSite method of IOleObjectWithSite
|
protected GetCodeProvider ( ) : |
||
return |
protected GetService ( System.Guid serviceGuid ) : object | ||
serviceGuid | System.Guid | GUID of service to retrieve |
return | object |
protected GetService ( |
||
serviceType | Type of service to retrieve | |
return | object |
protected GetVSProjectItem ( ) : VSProjectItem | ||
return | VSProjectItem |