Compartir a través de


IVsSyntheticRegion.GetText (Método)

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

Sintaxis

'Declaración
Function GetText ( _
    <OutAttribute> ByRef pbstrText As String _
) As Integer
int GetText(
    out string pbstrText
)
int GetText(
    [OutAttribute] String^% pbstrText
)
abstract GetText : 
        pbstrText:string byref -> int
function GetText(
    pbstrText : String
) : int

Parámetros

  • pbstrText
    Tipo: String%

    [out]

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 IVsSyntheticRegion::GetText(
   [out] BSTR *pbstrText
);

Seguridad de .NET Framework

Vea también

Referencia

IVsSyntheticRegion Interfaz

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