Partilhar via


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.

Valor de retorno

Tipo: Int32

Implementações

IVsTextManager.GetMarkerTypeInterface(Int32, IVsTextMarkerType%)

Segurança do .NET Framework

Consulte também

Referência

VsTextManagerClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop