Microsoft.VisualStudio.Project.SelectionListener.Init C# (CSharp) Method

Init() public method

public Init ( ) : void
return void
        public virtual void Init()
        {
            if(this.SelectionMonitor != null)
            {
                ErrorHandler.ThrowOnFailure(this.SelectionMonitor.AdviseSelectionEvents(this, out this.eventsCookie));
            }
        }