Sdílet prostřednictvím


IVsDataViewCommonNodeInfo.Commands – vlastnost

Získá příkazy související s aktuálním uzlu.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
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>
function get Commands () : IDictionary<CommandID, IVsDataViewCommandInfo>

Hodnota vlastnosti

Typ: System.Collections.Generic.IDictionary<CommandID, IVsDataViewCommandInfo>
Příkazy související s aktuálním uzlu jako páry název hodnota obsahující identifikátory příkazů a jejich odpovídající IVsDataViewCommandInfo objektů.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataViewCommonNodeInfo Rozhraní

Microsoft.VisualStudio.Data.Services – obor názvů