Condividi tramite


Proprietà CompletionIcon.IconSource

Gets or sets the icon source.

Spazio dei nomi:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Sintassi

'Dichiarazione
Public Overridable Property IconSource As ImageSource
public virtual ImageSource IconSource { get; set; }
public:
virtual property ImageSource^ IconSource {
    ImageSource^ get ();
    void set (ImageSource^ value);
}
abstract IconSource : ImageSource with get, set 
override IconSource : ImageSource with get, set
function get IconSource () : ImageSource 
function set IconSource (value : ImageSource)

Valore proprietà

Tipo: ImageSource
The icon source.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CompletionIcon Classe

Spazio dei nomi Microsoft.VisualStudio.Language.Intellisense