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
- 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.