PeekSessionCreationOptions Class
Represents a set of parameters that control IPeekSessioncreation.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | PeekSessionCreationOptions(ITextView, String, ITrackingPoint, Nullable<Double>, Boolean, IPeekResizeListener, Boolean) | Creates a new instance of PeekSessionCreationOptions that will create a Peek session using the default sizing behavior. |
| Name | Description | |
|---|---|---|
![]() | AllowUserResize | Indicates whether the top and bottom resizers on the Peek control should be enabled. |
![]() | DefaultHeight | The default height, in pixels, for the Peek control. This height will be overridden by presentations which implement IDesiredHeightProvider. If this is null, then the Peek control will attempt to guess an ideal height as a percentage of the view instead of an absolute pixel height. |
![]() | RelationshipName | The name of the requested relationship to be explored by a Peek session. |
![]() | ResizeListener | If set, this contains an object that will be notified when the user resizes the Peek control. |
![]() | ShouldFocusOnLoad | Indicates whether or not the Peek control should get the user's focus when it is first loaded. |
![]() | TextView | The ITextView over which to create a Peek session. |
![]() | TriggerPoint | The point in the text buffer at which a Peek session is requested. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


