VsTextViewClass.GetSelectionSpan, méthode
Retourne l'étendue de texte associée avec une sélection.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function GetSelectionSpan ( _
<OutAttribute> pSpan As TextSpan() _
) As Integer
public virtual int GetSelectionSpan(
TextSpan[] pSpan
)
public:
virtual int GetSelectionSpan(
[OutAttribute] array<TextSpan>^ pSpan
)
abstract GetSelectionSpan :
pSpan:TextSpan[] byref -> int
override GetSelectionSpan :
pSpan:TextSpan[] byref -> int
public function GetSelectionSpan(
pSpan : TextSpan[]
) : int
Paramètres
pSpan
Type : array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[][out]
Valeur de retour
Type : Int32
Implémentations
IVsTextView.GetSelectionSpan(array<TextSpan[])
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.