Compartir a través de


IVsTextViewEx.SetIgnoreMarkerTypes (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
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

Parámetros

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

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsTextViewEx Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)