프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DetermineTargetLanguage | TargetLanguage | ||
GetCodeProvider | |||
GetDefaultExtension | string | ||
GetService | object |
메소드 | 설명 | |
---|---|---|
DefaultExtension ( string &pbstrDefaultExtension ) : int | ||
Generate ( string wszInputFilePath, string bstrInputFileContents, string wszDefaultNamespace, |
||
GetSite ( System.Guid &riid, |
||
SetSite ( object pUnkSite ) : void | ||
TypeSql ( ) : System |
메소드 | 설명 | |
---|---|---|
GetService ( |
Method to get a service by its Type
|
메소드 | 설명 | |
---|---|---|
DetermineTargetLanguage ( ) : TargetLanguage | ||
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
|
|
GetService ( System.Guid serviceGuid ) : object |
Method to get a service by its GUID
|
public DefaultExtension ( string &pbstrDefaultExtension ) : int | ||
pbstrDefaultExtension | string | |
리턴 | int |
public Generate ( string wszInputFilePath, string bstrInputFileContents, string wszDefaultNamespace, |
||
wszInputFilePath | string | |
bstrInputFileContents | string | |
wszDefaultNamespace | string | |
rgbOutputFileContents | ||
pcbOutput | uint | |
pGenerateProgress | IVsGeneratorProgress | |
리턴 | int |
protected GetService ( |
||
serviceType | Type of service to retrieve | |
리턴 | object |
public GetSite ( System.Guid &riid, |
||
riid | System.Guid | |
ppvSite | ||
리턴 | void |