Метод | Описание | |
---|---|---|
DotLessIntegrationPackage ( ) : System | ||
GetResourceString ( string resourceName ) : string | ||
IdBmpSplash ( uint &pIdBmp ) : int | ||
IdIcoLogoForAboutbox ( uint &pIdIco ) : int | ||
OfficialName ( string &pbstrName ) : int | ||
ProductDetails ( string &pbstrProductDetails ) : int | ||
ProductID ( string &pbstrPID ) : int |
Метод | Описание | |
---|---|---|
Initialize ( ) : void |
Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initilaization code that rely on services provided by VisualStudio.
|
public DotLessIntegrationPackage ( ) : System | ||
Результат | System |
public GetResourceString ( string resourceName ) : string | ||
resourceName | string | |
Результат | string |
public IdIcoLogoForAboutbox ( uint &pIdIco ) : int | ||
pIdIco | uint | |
Результат | int |
public OfficialName ( string &pbstrName ) : int | ||
pbstrName | string | |
Результат | int |
public ProductDetails ( string &pbstrProductDetails ) : int | ||
pbstrProductDetails | string | |
Результат | int |
public ProductID ( string &pbstrPID ) : int | ||
pbstrPID | string | |
Результат | int |