Completion3 Class

Definition

Important

This API is not CLS-compliant.

Completion3 uses ImageMonikers instead of ImageSources to reference icons.

public ref class Completion3 : Microsoft::VisualStudio::Language::Intellisense::Completion2
[Windows::Foundation::Metadata::WebHostHidden]
class Completion3 : Microsoft::VisualStudio::Language::Intellisense::Completion2
[System.CLSCompliant(false)]
public class Completion3 : Microsoft.VisualStudio.Language.Intellisense.Completion2
public class Completion3 : Microsoft.VisualStudio.Language.Intellisense.Completion2
[<System.CLSCompliant(false)>]
type Completion3 = class
    inherit Completion2
type Completion3 = class
    inherit Completion2
Public Class Completion3
Inherits Completion2
Inheritance
Derived
Attributes

Constructors

Completion3()

Initializes a new instance of Completion3.

Completion3(String, String, String, ImageMoniker, String)

Initializes a new instance of Completion3 with the specified text and description.

Completion3(String, String, String, ImageMoniker, String, IEnumerable<CompletionIcon2>)

Initializes a new instance of Completion3 with the specified text, description, and icon.

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.

IconSource

This property is not supported by Completion3 and will always return null. To get the current icon use IconMoniker.

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)

Applies to