Partilhar via


Método IVsTextLayerMarker.GetTextLayer

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

Sintaxe

'Declaração
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 de retorno

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

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsTextLayerMarker::GetTextLayer(
   [out] IVsTextLayer **ppLayer
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextLayerMarker Interface

Namespace Microsoft.VisualStudio.TextManager.Interop