IVsDataViewCommonNodeInfo.Commands, propriété

Obtient les commandes associées au nœud actuel.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
ReadOnly Property Commands As IDictionary(Of CommandID, IVsDataViewCommandInfo)
IDictionary<CommandID, IVsDataViewCommandInfo> Commands { get; }
property IDictionary<CommandID^, IVsDataViewCommandInfo^>^ Commands {
    IDictionary<CommandID^, IVsDataViewCommandInfo^>^ get ();
}
abstract Commands : IDictionary<CommandID, IVsDataViewCommandInfo> with get
function get Commands () : IDictionary<CommandID, IVsDataViewCommandInfo>

Valeur de propriété

Type : IDictionary<CommandID, IVsDataViewCommandInfo>
Les commandes associées au nœud actuel, en tant que paires nom/valeur contenant les ID de commande et leurs objets correspondants d' IVsDataViewCommandInfo .

Sécurité .NET Framework

Voir aussi

Référence

IVsDataViewCommonNodeInfo Interface

Microsoft.VisualStudio.Data.Services, espace de noms