IPeekSession2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extends IPeekSession with an ability to pass IUIThreadOperationContext when executing operations synchronously on the UI thread.
public interface class IPeekSession2 : Microsoft::VisualStudio::Language::Intellisense::IPeekSession, Microsoft::VisualStudio::Utilities::IPropertyOwner
public interface IPeekSession2 : Microsoft.VisualStudio.Language.Intellisense.IPeekSession, Microsoft.VisualStudio.Utilities.IPropertyOwner
type IPeekSession2 = interface
interface IPeekSession
interface IIntellisenseSession
interface IPropertyOwner
Public Interface IPeekSession2
Implements IPeekSession, IPropertyOwner
- Implements
Properties
CreationOptions |
Gets the PeekSessionCreationOptions that was used to create this Peek session. (Inherited from IPeekSession) |
IsDismissed |
Determines whether the session is dismissed. (Inherited from IIntellisenseSession) |
PeekableItems |
Gets the collection of IPeekableItem objects. (Inherited from IPeekSession) |
Presenter |
Gets the IIntellisensePresenter that is used to render IntelliSense for this session. (Inherited from IIntellisenseSession) |
Properties |
The collection of properties controlled by the property owner. (Inherited from IPropertyOwner) |
RelationshipName |
Case insensitive name of the relationship to which this session pertains. (Inherited from IPeekSession) |
TextView |
Gets the ITextView inside of which this IntelliSense session was triggered. (Inherited from IIntellisenseSession) |
Methods
Collapse() |
Collapses the session to an unobtrusive state in which it doesn't get in the way of the user. If the session has no such state, the session will be dismissed. (Inherited from IIntellisenseSession) |
Dismiss() |
Dismisses the session, causing the presenter to be destroyed and the session to be removed from the session stack. (Inherited from IIntellisenseSession) |
GetTriggerPoint(ITextBuffer) |
Gets the ITrackingPoint at which this IntelliSense session was triggered in terms of the specified ITextBuffer. (Inherited from IIntellisenseSession) |
GetTriggerPoint(ITextSnapshot) |
Gets the SnapshotPoint at which this IntelliSense session was triggered in terms of the specified ITextSnapshot. (Inherited from IIntellisenseSession) |
Match() |
Determines the best matching item in the session and sets the selection to this item. (Inherited from IIntellisenseSession) |
QueryPeekResults(IPeekableItem, String) |
Starts asynchronous query for IPeekResults for the given relationship on the given IPeekableItem. (Inherited from IPeekSession) |
Recalculate() |
Recalculates the underlying IntelliSense items pertaining to this session, using the same trigger point. (Inherited from IIntellisenseSession) |
Start() |
Starts the session. (Inherited from IIntellisenseSession) |
TriggerNestedPeekSession(IPeekSession) |
Starts the nested Peek session, queries IPeekableItemSources for IPeekableItems and raises NestedPeekTriggered event on success. (Inherited from IPeekSession) |
TriggerNestedPeekSession(IPeekSession2, IUIThreadOperationContext) |
Starts the nested Peek session, queries IPeekableItemSources for IPeekableItems and raises NestedPeekTriggered event on success. |
Events
Dismissed |
Occurs when the session is dismissed. (Inherited from IIntellisenseSession) |
NestedPeekTriggered |
Occurs when nested Peek command is triggered. In a typical case this event occurs when Peek command is invoked on a text view that represents one of Peek results pertaining to this Peek session. (Inherited from IPeekSession) |
PresenterChanged |
Occurs when the IntelliSense presenter for this session changes. (Inherited from IIntellisenseSession) |
Recalculated |
Occurs when the session is recalculated. (Inherited from IIntellisenseSession) |