Freigeben über


IVsTextViewEx.SetIgnoreMarkerTypes-Methode

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

Syntax

'Declaration
Function SetIgnoreMarkerTypes ( _
    iCountMarkerTypes As Integer, _
    rgIgnoreMarkerTypes As UInteger() _
) As Integer
int SetIgnoreMarkerTypes(
    int iCountMarkerTypes,
    uint[] rgIgnoreMarkerTypes
)
int SetIgnoreMarkerTypes(
    [InAttribute] int iCountMarkerTypes, 
    [InAttribute] array<unsigned int>^ rgIgnoreMarkerTypes
)
abstract SetIgnoreMarkerTypes : 
        iCountMarkerTypes:int * 
        rgIgnoreMarkerTypes:uint32[] -> int
function SetIgnoreMarkerTypes(
    iCountMarkerTypes : int, 
    rgIgnoreMarkerTypes : uint[]
) : int

Parameter

  • iCountMarkerTypes
    Typ: Int32
  • rgIgnoreMarkerTypes
    Typ: array<UInt32[]

Rückgabewert

Typ: Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextViewEx Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace