IAdornmentLayerElement.RemovedCallback, propriété
Définit le comportement lors de la suppression d'un ornement.
Espace de noms : Microsoft.VisualStudio.Text.Editor
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
ReadOnly Property RemovedCallback As AdornmentRemovedCallback
AdornmentRemovedCallback RemovedCallback { get; }
property AdornmentRemovedCallback^ RemovedCallback {
AdornmentRemovedCallback^ get ();
}
abstract RemovedCallback : AdornmentRemovedCallback with get
function get RemovedCallback () : AdornmentRemovedCallback
Valeur de propriété
Type : Microsoft.VisualStudio.Text.Editor.AdornmentRemovedCallback
Rappel de suppression.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.