IVsTextViewEx::SetIgnoreMarkerTypes Method (Int32, array<UInt32>^)
Visual Studio 2015
Specifies the marker types to be ignored.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
int SetIgnoreMarkerTypes( int iCountMarkerTypes, array<unsigned int>^ rgIgnoreMarkerTypes )
Parameters
- iCountMarkerTypes
-
Type:
System::Int32
[in] The number of marker types to be ignored.
- rgIgnoreMarkerTypes
-
Type:
array<System::UInt32>^
[in] The marker types to be ignored.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: