Condividi tramite


Proprietà ISmartTagAction.Icon

Ottiene le informazioni di immagine visualizzata accanto al testo visualizzato nello smart tag predefinito.

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

Sintassi

'Dichiarazione
ReadOnly Property Icon As ImageSource
ImageSource Icon { get; }
property ImageSource^ Icon {
    ImageSource^ get ();
}
abstract Icon : ImageSource with get
function get Icon () : ImageSource

Valore proprietà

Tipo: ImageSource
l'icona.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISmartTagAction Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Language.Intellisense