Compartir a través de


IVsSyntheticRegion.GetTextImage (Método)

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

Sintaxis

'Declaración
Function GetTextImage ( _
    <OutAttribute> ByRef ppImage As IVsTextImage _
) As Integer
int GetTextImage(
    out IVsTextImage ppImage
)
int GetTextImage(
    [OutAttribute] IVsTextImage^% ppImage
)
abstract GetTextImage : 
        ppImage:IVsTextImage byref -> int
function GetTextImage(
    ppImage : IVsTextImage
) : int

Parámetros

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::GetTextImage(
   [out] IVsTextImage **ppImage
);

Seguridad de .NET Framework

Vea también

Referencia

IVsSyntheticRegion Interfaz

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