IVsExpansionIntellisenseHost.GetTextLen(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);