Compartilhar via


Método IVsTextViewEx.SetIgnoreMarkerTypes

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

Sintaxe

'Declaração
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 de retorno

Tipo: Int32

Segurança do .NET Framework

Consulte também

Referência

IVsTextViewEx Interface

Namespace Microsoft.VisualStudio.TextManager.Interop