CompletionItem.AttributeIcons Property

Definition

Additional images to display in the UI. Usually, these images are displayed on the far right side of the UI.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Text::Adornments::ImageElement ^> AttributeIcons { System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Text::Adornments::ImageElement ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Text.Adornments.ImageElement> AttributeIcons { get; }
member this.AttributeIcons : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Text.Adornments.ImageElement>
Public ReadOnly Property AttributeIcons As ImmutableArray(Of ImageElement)

Property Value

Applies to