C# Class VSEmbed.Services.StubCommands

Inheritance: Commands
Afficher le fichier Open project: SLaks/VSEmbed

Méthodes publiques

Méthode Description
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

Method Details

Add() public méthode

public Add ( string Guid, int ID, object &Control ) : void
Guid string
ID int
Control object
Résultat void

AddCommandBar() public méthode

public AddCommandBar ( string Name, vsCommandBarType Type, [ CommandBarParent, int Position = 1 ) : dynamic
Name string
Type vsCommandBarType
CommandBarParent [
Position int
Résultat dynamic

AddNamedCommand() public méthode

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
Résultat Command

CommandInfo() public méthode

public CommandInfo ( object CommandBarControl, string &Guid, int &ID ) : void
CommandBarControl object
Guid string
ID int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Item() public méthode

public Item ( object index, int ID = -1 ) : Command
index object
ID int
Résultat Command

Raise() public méthode

public Raise ( string Guid, int ID, object &CustomIn, object &CustomOut ) : void
Guid string
ID int
CustomIn object
CustomOut object
Résultat void

RemoveCommandBar() public méthode

public RemoveCommandBar ( object CommandBar ) : void
CommandBar object
Résultat void