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

Inheritance: IVsMonitorSelection
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
RegisterKnownContext ( System.Guid contextId ) : void
SetContext ( System.Guid contextId, bool activate ) : void

Private Methods

Méthode 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 méthode

public RegisterKnownContext ( System.Guid contextId ) : void
contextId System.Guid
Résultat void

SetContext() public méthode

public SetContext ( System.Guid contextId, bool activate ) : void
contextId System.Guid
activate bool
Résultat void