次の方法で共有


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

'宣言
Public Overridable Function GetMarkerTypeInterface ( _
    iMarkerTypeID As Integer, _
    <OutAttribute> ByRef ppMarkerType As IVsTextMarkerType _
) As Integer
'使用
Dim instance As VsTextManagerClass
Dim iMarkerTypeID As Integer
Dim ppMarkerType As IVsTextMarkerType
Dim returnValue As Integer

returnValue = instance.GetMarkerTypeInterface(iMarkerTypeID, _
    ppMarkerType)
public virtual int GetMarkerTypeInterface(
    int iMarkerTypeID,
    out IVsTextMarkerType ppMarkerType
)
public:
virtual int GetMarkerTypeInterface(
    [InAttribute] int iMarkerTypeID, 
    [OutAttribute] IVsTextMarkerType^% ppMarkerType
)
public function GetMarkerTypeInterface(
    iMarkerTypeID : int, 
    ppMarkerType : IVsTextMarkerType
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsTextManager.GetMarkerTypeInterface(Int32, IVsTextMarkerType%)

Permissions

See Also

Reference

VsTextManagerClass Class

VsTextManagerClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace