Partilhar via


Método IVsExpansionIntellisenseHost.GetTextLen

Retorna o comprimento da extensão do texto de expansão.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxe

'Declaração
Function GetTextLen ( _
    <OutAttribute> ByRef iLen As Integer _
) As Integer
int GetTextLen(
    out int iLen
)
int GetTextLen(
    [OutAttribute] int% iLen
)
abstract GetTextLen : 
        iLen:int byref -> int
function GetTextLen(
    iLen : int
) : int

Parâmetros

  • iLen
    Tipo: Int32%

    [out] O comprimento do texto de expansão.

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna VSConstants.S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

C++

De singlefileeditor.idl:

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

Segurança do .NET Framework

Consulte também

Referência

IVsExpansionIntellisenseHost Interface

Namespace Microsoft.VisualStudio.TextManager.Interop