Compartir a través de


IVsSyntheticRegion.GetTextLayer (Método)

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

Sintaxis

'Declaración
Function GetTextLayer ( _
    <OutAttribute> ByRef ppLayer As IVsTextLayer _
) As Integer
int GetTextLayer(
    out IVsTextLayer ppLayer
)
int GetTextLayer(
    [OutAttribute] IVsTextLayer^% ppLayer
)
abstract GetTextLayer : 
        ppLayer:IVsTextLayer byref -> int
function GetTextLayer(
    ppLayer : IVsTextLayer
) : 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::GetTextLayer(
   [out] IVsTextLayer **ppLayer
);

Seguridad de .NET Framework

Vea también

Referencia

IVsSyntheticRegion Interfaz

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