다음을 통해 공유


IVsDataViewInfo.GlobalCommands 속성

전체 데이터 보기를 사용할 수 있는 전역 명령을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Data.Services
어셈블리:  Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)

구문

‘선언
ReadOnly Property GlobalCommands As IDictionary(Of CommandID, IVsDataViewCommandInfo)
IDictionary<CommandID, IVsDataViewCommandInfo> GlobalCommands { get; }
property IDictionary<CommandID^, IVsDataViewCommandInfo^>^ GlobalCommands {
    IDictionary<CommandID^, IVsDataViewCommandInfo^>^ get ();
}
abstract GlobalCommands : IDictionary<CommandID, IVsDataViewCommandInfo> with get
function get GlobalCommands () : IDictionary<CommandID, IVsDataViewCommandInfo>

속성 값

형식: IDictionary<CommandID, IVsDataViewCommandInfo>
이름/값 쌍의 CommandID 명령 식별자를 나타내는 개체 및 IVsDataViewCommandInfo 명령 정보를 나타내는 개체입니다.

.NET Framework 보안

참고 항목

참조

IVsDataViewInfo 인터페이스

Microsoft.VisualStudio.Data.Services 네임스페이스