C# 클래스 VSEmbed.Services.StubCommands

상속: Commands
파일 보기 프로젝트 열기: SLaks/VSEmbed

공개 메소드들

메소드 설명
Add ( string Guid, int ID, object &Control ) : void
AddCommandBar ( string Name, vsCommandBarType Type, [ CommandBarParent, int Position = 1 ) : dynamic
AddNamedCommand ( AddIn AddInInstance, string Name, string ButtonText, string Tooltip, bool MSOButton, int Bitmap, object &ContextUIGUIDs, int vsCommandDisabledFlagsValue = 16 ) : Command
CommandInfo ( object CommandBarControl, string &Guid, int &ID ) : void
GetEnumerator ( ) : IEnumerator
Item ( object index, int ID = -1 ) : Command
Raise ( string Guid, int ID, object &CustomIn, object &CustomOut ) : void
RemoveCommandBar ( object CommandBar ) : void

메소드 상세

Add() 공개 메소드

public Add ( string Guid, int ID, object &Control ) : void
Guid string
ID int
Control object
리턴 void

AddCommandBar() 공개 메소드

public AddCommandBar ( string Name, vsCommandBarType Type, [ CommandBarParent, int Position = 1 ) : dynamic
Name string
Type vsCommandBarType
CommandBarParent [
Position int
리턴 dynamic

AddNamedCommand() 공개 메소드

public AddNamedCommand ( AddIn AddInInstance, string Name, string ButtonText, string Tooltip, bool MSOButton, int Bitmap, object &ContextUIGUIDs, int vsCommandDisabledFlagsValue = 16 ) : Command
AddInInstance AddIn
Name string
ButtonText string
Tooltip string
MSOButton bool
Bitmap int
ContextUIGUIDs object
vsCommandDisabledFlagsValue int
리턴 Command

CommandInfo() 공개 메소드

public CommandInfo ( object CommandBarControl, string &Guid, int &ID ) : void
CommandBarControl object
Guid string
ID int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Item() 공개 메소드

public Item ( object index, int ID = -1 ) : Command
index object
ID int
리턴 Command

Raise() 공개 메소드

public Raise ( string Guid, int ID, object &CustomIn, object &CustomOut ) : void
Guid string
ID int
CustomIn object
CustomOut object
리턴 void

RemoveCommandBar() 공개 메소드

public RemoveCommandBar ( object CommandBar ) : void
CommandBar object
리턴 void