Completion4 Class
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.
Important
This API is not CLS-compliant.
Completion4 adds the Suffix property, which is the text displayed to the right of the display text (with different text properties).
public ref class Completion4 : Microsoft::VisualStudio::Language::Intellisense::Completion3
[Windows::Foundation::Metadata::WebHostHidden]
class Completion4 : Microsoft::VisualStudio::Language::Intellisense::Completion3
[System.CLSCompliant(false)]
public class Completion4 : Microsoft.VisualStudio.Language.Intellisense.Completion3
public class Completion4 : Microsoft.VisualStudio.Language.Intellisense.Completion3
[<System.CLSCompliant(false)>]
type Completion4 = class
inherit Completion3
type Completion4 = class
inherit Completion3
Public Class Completion4
Inherits Completion3
- Inheritance
- Attributes
Constructors
Completion4() |
Initializes a new instance of Completion4. |
Completion4(String, String, String, ImageMoniker, String, IEnumerable<CompletionIcon2>, String) |
Initializes a new instance of Completion4 with the specified text and description. |
Properties
AttributeIcons |
Gets or sets the additional icons displayed for this completion item. (Inherited from Completion2) |
Description |
Gets/Sets a description that could be displayed with the display text of the completion. (Inherited from Completion) |
DisplayText |
Gets/Sets the text that is to be displayed by an IntelliSense presenter. (Inherited from Completion) |
IconAutomationText |
Gets/Sets the text to be used as the automation name for the icon when it's displayed. (Inherited from Completion) |
IconMoniker |
Gets or sets the moniker used to define a multi-resolution image. (Inherited from Completion3) |
IconSource |
This property is not supported by Completion3 and will always return null. To get the current icon use IconMoniker. (Inherited from Completion3) |
InsertionText |
Gets/Sets the text that is to be inserted into the buffer if this completion is committed. (Inherited from Completion) |
Properties |
Gets the properties of the completion. (Inherited from Completion) |
Suffix |
The text to be displayed to the right of the DisplayText (and before the attributeIcons). |