C# 클래스 PackmanVsix.InstallPackageCommand

파일 보기 프로젝트 열기: madskristensen/Packman 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BeforeQueryStatus void
GetPackage Packman.InstallablePackage
Install void
InstallPackageCommand System

공개 메소드들

메소드 설명
Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void

비공개 메소드들

메소드 설명
BeforeQueryStatus ( object sender, EventArgs e ) : void
GetPackage ( string folder, string &installDirectory ) : InstallablePackage
Install ( object sender, EventArgs e ) : void
InstallPackageCommand ( Microsoft.VisualStudio.Shell.Package package ) : System

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void
package Microsoft.VisualStudio.Shell.Package
리턴 void