C# 클래스 PackageCommandsCreatedByCode.VSMyPackage

상속: Microsoft.VisualStudio.Shell.Package
파일 보기 프로젝트 열기: visualstudioextensibility/VSX-Samples

공개 메소드들

메소드 설명
VSMyPackage ( ) : System

보호된 메소드들

메소드 설명
Initialize ( ) : void

비공개 메소드들

메소드 설명
AddCommand ( IVsProfferCommands3 profferCommands3, Microsoft.VisualStudio.Shell.OleMenuCommandService oleMenuCommandService, string commandName, string commandCaption, string commandTooltip ) : int
OleMenuCommandBeforeQueryStatus ( object sender, EventArgs e ) : void
OleMenuCommandCallback ( object sender, EventArgs e ) : void

메소드 상세

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

VSMyPackage() 공개 메소드

public VSMyPackage ( ) : System
리턴 System