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
- 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.