Proprietà _DTE.CommandBars
Ottiene un riferimento alle barre dei comandi dell'ambiente di sviluppo.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
ReadOnly Property CommandBars As Object
Get
Object CommandBars { get; }
property Object^ CommandBars {
Object^ get ();
}
abstract CommandBars : Object
function get CommandBars () : Object
Valore proprietà
Tipo: System.Object
Oggetto CommandBars.
Note
Questa classe fa parte dello spazio dei nomi Microsoft.VisualStudio.CommandBars.
È possibile aggiungere barre di comando a questo insieme o rimuoverle chiamando AddCommandBar. Consultare la documentazione in relazione a questo metodo per trovare ulteriori informazioni sulle barre dei comandi.
Esempi
Sub CommandBarsExample()
MsgBox(DTE.CommandBars.Count)
End Sub
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.