VsTextViewClass.GetWordExtent, méthode
Retourne l'étendue actuelle de mot.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function GetWordExtent ( _
iLine As Integer, _
iCol As Integer, _
dwFlags As UInteger, _
<OutAttribute> pSpan As TextSpan() _
) As Integer
public virtual int GetWordExtent(
int iLine,
int iCol,
uint dwFlags,
TextSpan[] pSpan
)
public:
virtual int GetWordExtent(
[InAttribute] int iLine,
[InAttribute] int iCol,
[InAttribute] unsigned int dwFlags,
[OutAttribute] array<TextSpan>^ pSpan
)
abstract GetWordExtent :
iLine:int *
iCol:int *
dwFlags:uint32 *
pSpan:TextSpan[] byref -> int
override GetWordExtent :
iLine:int *
iCol:int *
dwFlags:uint32 *
pSpan:TextSpan[] byref -> int
public function GetWordExtent(
iLine : int,
iCol : int,
dwFlags : uint,
pSpan : TextSpan[]
) : int
Paramètres
iLine
Type : Int32[in] index de ligne pour les lignes qui contient le mot.
iCol
Type : Int32[in] index de colonne pour le mot.
dwFlags
Type : UInt32[in] marque d'un indicateur spécifier comment l'étendue de mot est déterminée. Pour une liste de valeurs d'dwFlags, consultez l'WORDEXTFLAGS.
pSpan
Type : array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[][] étendue de texte identifiant l'étendue de mot.
Valeur de retour
Type : Int32
Implémentations
IVsTextView.GetWordExtent(Int32, Int32, UInt32, 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.