C# 클래스 LessProject.DotLessIntegration.DotLessIntegrationPackage

상속: Microsoft.VisualStudio.Shell.Package
파일 보기 프로젝트 열기: erikvanbrakel/DotLessVSIntegration

공개 메소드들

메소드 설명
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.

메소드 상세

DotLessIntegrationPackage() 공개 메소드

public DotLessIntegrationPackage ( ) : System
리턴 System

GetResourceString() 공개 메소드

public GetResourceString ( string resourceName ) : string
resourceName string
리턴 string

IdBmpSplash() 공개 메소드

public IdBmpSplash ( uint &pIdBmp ) : int
pIdBmp uint
리턴 int

IdIcoLogoForAboutbox() 공개 메소드

public IdIcoLogoForAboutbox ( uint &pIdIco ) : int
pIdIco uint
리턴 int

Initialize() 보호된 메소드

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.
protected Initialize ( ) : void
리턴 void

OfficialName() 공개 메소드

public OfficialName ( string &pbstrName ) : int
pbstrName string
리턴 int

ProductDetails() 공개 메소드

public ProductDetails ( string &pbstrProductDetails ) : int
pbstrProductDetails string
리턴 int

ProductID() 공개 메소드

public ProductID ( string &pbstrPID ) : int
pbstrPID string
리턴 int