Compartir a través de


IVsTextImage.GetText (Método)

Devuelve el texto de un intervalo de texto.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function GetText ( _
    pts As TextSpan(), _
    cch As Integer, _
    <OutAttribute> psz As UShort() _
) As Integer
int GetText(
    TextSpan[] pts,
    int cch,
    ushort[] psz
)
int GetText(
    [InAttribute] array<TextSpan>^ pts, 
    [InAttribute] int cch, 
    [OutAttribute] array<unsigned short>^ psz
)
abstract GetText : 
        pts:TextSpan[] * 
        cch:int * 
        psz:uint16[] byref -> int
function GetText(
    pts : TextSpan[], 
    cch : int, 
    psz : ushort[]
) : int

Parámetros

  • cch
    Tipo: Int32

    [in] Número de caracteres que se van a devolver.

  • psz
    Tipo: array<UInt16[]

    [out] El puntero a un valor nulo finalizó la cadena que contiene el texto.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsTextImage::GetText(
   [in] const TextSpan * pts,
   [in] LONG cch,
   [out, size_is(cch)] LPOLESTR psz
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextImage Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)