C# Class SonarLint.VisualStudio.Integration.UnitTests.ConfigurableVsMonitorSelection

Inheritance: IVsMonitorSelection
Exibir arquivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
RegisterKnownContext ( System.Guid contextId ) : void
SetContext ( System.Guid contextId, bool activate ) : void

Private Methods

Method Description
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

Method Details

RegisterKnownContext() public method

public RegisterKnownContext ( System.Guid contextId ) : void
contextId System.Guid
return void

SetContext() public method

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