Condividi tramite


Proprietà IAdornmentLayerElement.RemovedCallback

definisce il comportamento quando un ornamento è stato rimosso.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.Text.Editor.AdornmentRemovedCallback
il callback di rimozione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IAdornmentLayerElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor