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 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.