Interfaccia Commands2
Contiene tutti i controlli, sotto forma di Command oggetti, nell'ambiente.
Spazio dei nomi: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Sintassi
'Dichiarazione
<GuidAttribute("7EAA857B-2356-494B-9E13-0F6EEFA86E43")> _
Public Interface Commands2 _
Inherits Commands
[GuidAttribute("7EAA857B-2356-494B-9E13-0F6EEFA86E43")]
public interface Commands2 : Commands
[GuidAttribute(L"7EAA857B-2356-494B-9E13-0F6EEFA86E43")]
public interface class Commands2 : Commands
[<GuidAttribute("7EAA857B-2356-494B-9E13-0F6EEFA86E43")>]
type Commands2 =
interface
interface Commands
end
public interface Commands2 extends Commands
Il tipo Commands2 espone i seguenti membri.
Proprietà
Nome | Descrizione | |
---|---|---|
Count | (Ereditato da Commands) | |
Count | Ottiene un valore che indica il numero di oggetti in Commands raccolta. | |
DTE | (Ereditato da Commands) | |
DTE | Ottiene l'oggetto estensibilità di primo livello. | |
Parent | (Ereditato da Commands) | |
Parent | Ottiene l'oggetto padre immediato di un oggetto Commands raccolta. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add(String, Int32, Object%) | (Ereditato da Commands) | |
Add(String, Int32, Object%) | Infrastruttura. Solo per utilizzo interno di Microsoft. | |
AddCommandBar(String, vsCommandBarType, Object, Int32) | (Ereditato da Commands) | |
AddCommandBar(String, vsCommandBarType, Object, Int32) | Crea una barra di comando che viene salvata e disponibile la volta successiva che l'ambiente viene avviato. | |
AddNamedCommand(AddIn, String, String, String, Boolean, Int32, array<Object[]%, Int32) | (Ereditato da Commands) | |
AddNamedCommand(AddIn, String, String, String, Boolean, Int32, array<Object[]%, Int32) | Crea un comando denominato che viene salvato dall'ambiente e reso disponibile la volta successiva che l'ambiente verrà avviata, anche se il componente aggiuntivo non viene caricato all'avvio dell'ambiente. | |
AddNamedCommand2 | Crea un comando denominato che viene salvato dall'ambiente e reso disponibile la volta successiva che l'ambiente verrà avviata, anche se il componente aggiuntivo non viene caricato all'avvio dell'ambiente. | |
CommandInfo(Object, String%, Int32%) | (Ereditato da Commands) | |
CommandInfo(Object, String%, Int32%) | Restituisce il comando GUID e ID associati con l'oggetto specificato CommandBar controllare. | |
GetEnumerator() | (Ereditato da Commands) | |
GetEnumerator() | ottiene un enumeratore per gli elementi in Commands raccolta. | |
Item(Object, Int32) | (Ereditato da Commands) | |
Item(Object, Int32) | Restituisce un membro indicizzato di una raccolta. | |
Raise(String, Int32, Object%, Object%) | (Ereditato da Commands) | |
Raise(String, Int32, Object%, Object%) | esegue il comando specificato. | |
RemoveCommandBar(Object) | (Ereditato da Commands) | |
RemoveCommandBar(Object) | Rimuove una barra dei comandi che è stata creata con AddCommandBar metodo. | |
UpdateCommandUI | Forza un aggiornamento dello stato dell'interfaccia utente del comando. |
In alto