CompletionItem.AttributeIcons Property
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.
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)