IVsExpansionIntellisenseHost.GetTextLen(Int32) Method

Definition

Returns the length of the expansion text span.

public:
 int GetTextLen([Runtime::InteropServices::Out] int % iLen);
int GetTextLen([Runtime::InteropServices::Out] int & iLen);
public int GetTextLen (out int iLen);
abstract member GetTextLen : int -> int
Public Function GetTextLen (ByRef iLen As Integer) As Integer

Parameters

iLen
Int32

[out] The length of the expansion text.

Returns

If the method succeeds, it returns VSConstants.S_OK. If it fails, it returns an error code.

Remarks

C++

From singlefileeditor.idl:

HRESULT IVsExpansionIntellisenseHost::GetTextLen([out] long *iLen);

Applies to