VsTextPackageClass.GetMarkerTypeInterface, méthode

Mappe un IDENTIFICATEUR numérique de type de marqueur à une interface qui peut être utilisée pour détecter pour les informations spécifiques.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • iMarkerTypeID
    Type : Int32

    [in] L'IDENTIFICATEUR de type de marqueur, tel que d'GetType.

Valeur de retour

Type : Int32

Implémentations

IVsTextManager.GetMarkerTypeInterface(Int32, IVsTextMarkerType%)

Sécurité .NET Framework

Voir aussi

Référence

VsTextPackageClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms