IFocusableIntellisensePresenter Interface

Visual Studio 2015
 

Defines a focusable presenter of IntelliSense information.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public interface IFocusableIntellisensePresenter : ICustomIntellisensePresenter, 
	IIntellisensePresenter

NameDescription
System_CAPS_pubpropertySession

Gets the session that this presenter is rendering.(Inherited from IIntellisensePresenter.)

NameDescription
System_CAPS_pubmethodFocus()

Sets focus within the presentation that this presenter is rendering.

System_CAPS_pubmethodRender()

Renders the IntelliSense session.(Inherited from ICustomIntellisensePresenter.)

Return to top
Show: