SonarLint.VisualStudio.Integration.UnitTests.ConfigurableVsMonitorSelection.RegisterKnownContext C# (CSharp) Method

RegisterKnownContext() public method

public RegisterKnownContext ( System.Guid contextId ) : void
contextId System.Guid
return void
        public void RegisterKnownContext(Guid contextId)
        {
            uint unusedCookie;
            ((IVsMonitorSelection)this).GetCmdUIContextCookie(ref contextId, out unusedCookie);
        }