Partager via


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.

Valeur de retour

Type : Int32

Implémentations

IVsTextView.GetWordExtent(Int32, Int32, UInt32, array<TextSpan[])

Sécurité .NET Framework

Voir aussi

Référence

VsTextViewClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms