CompletionIcon Class

Definition

Represents an icon used in the completion.

public ref class CompletionIcon : IComparable<Microsoft::VisualStudio::Language::Intellisense::CompletionIcon ^>
public class CompletionIcon : IComparable<Microsoft.VisualStudio.Language.Intellisense.CompletionIcon>
type CompletionIcon = class
    interface IComparable<CompletionIcon>
Public Class CompletionIcon
Implements IComparable(Of CompletionIcon)
Inheritance
CompletionIcon
Derived
Implements

Constructors

CompletionIcon()

Initializes a new instance of CompletionIcon.

CompletionIcon(ImageSource, String, String, Int32)

Initializes a new instance of CompletionIcon with the given image, automation values, and position.

Properties

AutomationId

Gets or sets the automation ID.

AutomationName

Gets or sets the automation name.

IconSource

Gets or sets the icon source.

Position

Gets or sets the position.

Methods

CompareTo(CompletionIcon)

Compares the icon to another completion icon.

Applies to