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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.