QuickInfoPresenterStyle Class
Defines a set of properties that will be used to style the default QuickInfo presenter.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | QuickInfoPresenterStyle() | Initializes a new instance of QuickInfoPresenterStyle. |
| Name | Description | |
|---|---|---|
![]() | AreGradientsAllowed | Determines whether or not gradients should be used in the presentation of a IQuickInfoSession. |
![]() | BackgroundBrush | Gets a Brush that is used to paint the background of the completion presenter. |
![]() | BorderBrush | Gets a Brush that is used to paint the borders in the completion presenter. |
![]() | QuickInfoAppearanceCategory | Gets a string that identifies the appearance category for the ITextViews displayed in the default QuickInfo presenter. |
| 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.) |
This is a MEF component part, and should be exported with the NameAttribute, OrderAttribute, and ContentTypeAttribute attributes, as with the following example:
[Export(typeof(QuickInfoPresenterStyle))]
[ContentType("plaintext")]
[Name("MyQuickInfoPresenterStyle]
[Order(After="default")]
All exports of this component part must be ordered after the "default" QuickInfo presenter style.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


