Share via


VsTextManagerClass.GetMarkerTypeInterface Method

Maps a numeric marker type ID to an interface that can be used to probe for specific information.

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

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsTextManager.GetMarkerTypeInterface(Int32, IVsTextMarkerType%)

.NET Framework Security

See Also

Reference

VsTextManagerClass Class

Microsoft.VisualStudio.TextManager.Interop Namespace