Partager via


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

Voir aussi

Référence

IVsDataViewInfo Interface

Microsoft.VisualStudio.Data.Services, espace de noms