C# 클래스 Microsoft.VisualStudio.R.Package.Commands.PackageCommand
파일 보기
프로젝트 열기: Microsoft/RTVS
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
OnCommand ( object sender, EventArgs args ) : void |
|
|
보호된 메소드들
비공개 메소드들
메소드 상세
protected Handle ( ) : void |
리턴 |
void |
|
protected Handle ( object inArg, object &outArg ) : void |
inArg |
object |
|
outArg |
object |
|
리턴 |
void |
|
public static OnCommand ( object sender, EventArgs args ) : void |
sender |
object |
|
args |
System.EventArgs |
|
리턴 |
void |
|
protected PackageCommand ( System.Guid group, int id ) : System |
group |
System.Guid |
|
id |
int |
|
리턴 |
System |
|