IVsDataViewInfo.GlobalCommands, propriété
Obtient les commandes globales qui sont disponibles pour l'affichage de données entière.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
ReadOnly Property GlobalCommands As IDictionary(Of CommandID, IVsDataViewCommandInfo)
IDictionary<CommandID, IVsDataViewCommandInfo> GlobalCommands { get; }
property IDictionary<CommandID^, IVsDataViewCommandInfo^>^ GlobalCommands {
IDictionary<CommandID^, IVsDataViewCommandInfo^>^ get ();
}
abstract GlobalCommands : IDictionary<CommandID, IVsDataViewCommandInfo> with get
function get GlobalCommands () : IDictionary<CommandID, IVsDataViewCommandInfo>
Valeur de propriété
Type : IDictionary<CommandID, IVsDataViewCommandInfo>
Les paires nom/valeur d' CommandID objets représentant les ID de commande et les objets d' IVsDataViewCommandInfo représentant les informations de commande.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.