Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | ||
return | System |
public GetResourceString ( string resourceName ) : string | ||
resourceName | string | |
return | string |
public IdIcoLogoForAboutbox ( uint &pIdIco ) : int | ||
pIdIco | uint | |
return | int |
public OfficialName ( string &pbstrName ) : int | ||
pbstrName | string | |
return | int |
public ProductDetails ( string &pbstrProductDetails ) : int | ||
pbstrProductDetails | string | |
return | int |