IVsTextViewEx::SetIgnoreMarkerTypes Method (Int32, array<UInt32>^)

 

Specifies the marker types to be ignored.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: