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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)