IntraTextAdornmentTag.RemovalCallback, propriété

Appelé lorsque l'ornement est supprimé de la vue. Il peut avoir la valeur nullune référence null (Nothing en Visual Basic).

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Public Property RemovalCallback As AdornmentRemovedCallback
public AdornmentRemovedCallback RemovalCallback { get; private set; }
public:
property AdornmentRemovedCallback^ RemovalCallback {
    AdornmentRemovedCallback^ get ();
    private: void set (AdornmentRemovedCallback^ value);
}
member RemovalCallback : AdornmentRemovedCallback with get, private set
function get RemovalCallback () : AdornmentRemovedCallback 
private function set RemovalCallback (value : AdornmentRemovedCallback)

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Editor.AdornmentRemovedCallback
Le rappel.

Sécurité .NET Framework

Voir aussi

Référence

IntraTextAdornmentTag Classe

Microsoft.VisualStudio.Text.Editor, espace de noms