Completion2.AttributeIcons Property
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property AttributeIcons As IEnumerable(Of CompletionIcon)
public virtual IEnumerable<CompletionIcon> AttributeIcons { get; set; }
public:
virtual property IEnumerable<CompletionIcon^>^ AttributeIcons {
IEnumerable<CompletionIcon^>^ get ();
void set (IEnumerable<CompletionIcon^>^ value);
}
abstract AttributeIcons : IEnumerable<CompletionIcon> with get, set
override AttributeIcons : IEnumerable<CompletionIcon> with get, set
function get AttributeIcons () : IEnumerable<CompletionIcon>
function set AttributeIcons (value : IEnumerable<CompletionIcon>)
Property Value
Type: IEnumerable<CompletionIcon>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.