Método VsTextManagerClass.GetMarkerTypeInterface
Mapeia uma identificação de tipo numérico de marcador para uma interface que pode ser usada para teste para obter informações específicas.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
Public Overridable Function GetMarkerTypeInterface ( _
iMarkerTypeID As Integer, _
<OutAttribute> ByRef ppMarkerType As IVsTextMarkerType _
) As Integer
public virtual int GetMarkerTypeInterface(
int iMarkerTypeID,
out IVsTextMarkerType ppMarkerType
)
public:
virtual int GetMarkerTypeInterface(
[InAttribute] int iMarkerTypeID,
[OutAttribute] IVsTextMarkerType^% ppMarkerType
)
abstract GetMarkerTypeInterface :
iMarkerTypeID:int *
ppMarkerType:IVsTextMarkerType byref -> int
override GetMarkerTypeInterface :
iMarkerTypeID:int *
ppMarkerType:IVsTextMarkerType byref -> int
public function GetMarkerTypeInterface(
iMarkerTypeID : int,
ppMarkerType : IVsTextMarkerType
) : int
Parâmetros
iMarkerTypeID
Tipo: Int32[in] A identificação de tipo de marcador, como from GetType.
ppMarkerType
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextMarkerType%[out] Ponteiro para o IVsTextMarkerType interface, que foi referenciado com AddReferernce.
Valor de retorno
Tipo: Int32
Implementações
IVsTextManager.GetMarkerTypeInterface(Int32, IVsTextMarkerType%)
Segurança do .NET Framework
- 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.