Freigeben über


IVsTextManager.GetMarkerTypeInterface-Methode

Ordnet eine numerische ID " Marker auf eine Schnittstelle angewendet, die zur Überprüfung bestimmter Informationen verwendet werden kann.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Function GetMarkerTypeInterface ( _
    iMarkerTypeID As Integer, _
    <OutAttribute> ByRef ppMarkerType As IVsTextMarkerType _
) As Integer
int GetMarkerTypeInterface(
    int iMarkerTypeID,
    out IVsTextMarkerType ppMarkerType
)
int GetMarkerTypeInterface(
    [InAttribute] int iMarkerTypeID, 
    [OutAttribute] IVsTextMarkerType^% ppMarkerType
)
abstract GetMarkerTypeInterface : 
        iMarkerTypeID:int * 
        ppMarkerType:IVsTextMarkerType byref -> int
function GetMarkerTypeInterface(
    iMarkerTypeID : int, 
    ppMarkerType : IVsTextMarkerType
) : int

Parameter

  • iMarkerTypeID
    Typ: Int32

    [in] Die Markierung von ID des GetType.

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

HRESULT IVsTextManager::GetMarkerTypeInterface(
   [in] long iMarkerTypeID,
   [out] IVsTextMarkerType **ppMarkerType
);

Verwenden Sie diese Schnittstelle, um eine Markierung zu zeichnen, im Symbol der Benutzeroberfläche besitzen.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextManager Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace