VsTextViewClass.ClearSelection, méthode
Désactive la sélection actuelle.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function ClearSelection ( _
fMoveToAnchor As Integer _
) As Integer
public virtual int ClearSelection(
int fMoveToAnchor
)
public:
virtual int ClearSelection(
[InAttribute] int fMoveToAnchor
)
abstract ClearSelection :
fMoveToAnchor:int -> int
override ClearSelection :
fMoveToAnchor:int -> int
public function ClearSelection(
fMoveToAnchor : int
) : int
Paramètres
fMoveToAnchor
Type : Int32[in] si true, le curseur est placé à l'ancre après que la sélection actuelle soit désactivée. Si false, ensuite le curseur n'est pas déplacé.
Valeur de retour
Type : Int32
Implémentations
IVsTextView.ClearSelection(Int32)
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.