C# 클래스 SonarLint.VisualStudio.Integration.UnitTests.ConfigurableVsMonitorSelection

상속: IVsMonitorSelection
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
RegisterKnownContext ( System.Guid contextId ) : void
SetContext ( System.Guid contextId, bool activate ) : void

비공개 메소드들

메소드 설명
IVsMonitorSelection ( System.Guid &rguidCmdUI, uint &pdwCmdUICookie ) : int
IVsMonitorSelection ( IVsSelectionEvents pSink, uint &pdwCookie ) : int
IVsMonitorSelection ( IntPtr &ppHier, uint &pitemid, IVsMultiItemSelect &ppMIS, IntPtr &ppSC ) : int
IVsMonitorSelection ( uint dwCookie ) : int
IVsMonitorSelection ( uint dwCmdUICookie, int &pfActive ) : int
IVsMonitorSelection ( uint elementid, object &pvarValue ) : int

메소드 상세

RegisterKnownContext() 공개 메소드

public RegisterKnownContext ( System.Guid contextId ) : void
contextId System.Guid
리턴 void

SetContext() 공개 메소드

public SetContext ( System.Guid contextId, bool activate ) : void
contextId System.Guid
activate bool
리턴 void