다음을 통해 공유


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 네임스페이스