Condividi tramite


Metodo IVsSyntheticRegion.GetTextLayer

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsSyntheticRegion Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop