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
ppLayer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextLayer%[out]
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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.