Completion2.AttributeIcons Property

Definition

Gets or sets the additional icons displayed for this completion item.

public:
 virtual property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::Intellisense::CompletionIcon ^> ^ AttributeIcons { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::Intellisense::CompletionIcon ^> ^ get(); void set(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::Intellisense::CompletionIcon ^> ^ value); };
public virtual System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Language.Intellisense.CompletionIcon> AttributeIcons { get; set; }
member this.AttributeIcons : seq<Microsoft.VisualStudio.Language.Intellisense.CompletionIcon> with get, set
Public Overridable Property AttributeIcons As IEnumerable(Of CompletionIcon)

Property Value

Remarks

Returns null if no attribute icons were provided.

Applies to