共用方式為


IVsDataViewCommonNodeInfo.Commands 屬性

取得命令與目前節點。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
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>

屬性值

類型:IDictionary<CommandID, IVsDataViewCommandInfo>
命令與目前節點,當做名稱/值組包含命令識別及其對應的 IVsDataViewCommandInfo 物件。

.NET Framework 安全性

請參閱

參考

IVsDataViewCommonNodeInfo 介面

Microsoft.VisualStudio.Data.Services 命名空間