Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the current word extent.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
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
Parameters
- iLine
Type: System.Int32
[in] Line index for the lines that contains the word.
- iCol
Type: System.Int32
[in] Column index for the word.
- dwFlags
Type: System.UInt32
[in] Flags specifying how the word extent is determined. For a list of dwFlags values, see WORDEXTFLAGS.
- pSpan
Type: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]
[out] Span of text identifying the word extent.
Return Value
Type: System.Int32
Implements
IVsTextView.GetWordExtent(Int32, Int32, UInt32, array<TextSpan[])
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.