Método IVsTextLayerMarker.GetType
Retorna o tipo de marcador.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
'Declaração
Function GetType ( _
<OutAttribute> ByRef piMarkerType As Integer _
) As Integer
int GetType(
out int piMarkerType
)
int GetType(
[OutAttribute] int% piMarkerType
)
abstract GetType :
piMarkerType:int byref -> int
function GetType(
piMarkerType : int
) : int
piMarkerType
Tipo: Int32%[out]
Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
De textmgr.idl:
HRESULT IVsTextLayerMarker::GetType(
[out] long *piMarkerType
);
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.