IVsTextViewEx.SetIgnoreMarkerTypes(Int32, UInt32[]) Method

Definition

Specifies the marker types to be ignored.

public:
 int SetIgnoreMarkerTypes(int iCountMarkerTypes, cli::array <System::UInt32> ^ rgIgnoreMarkerTypes);
public:
 int SetIgnoreMarkerTypes(int iCountMarkerTypes, Platform::Array <unsigned int> ^ rgIgnoreMarkerTypes);
int SetIgnoreMarkerTypes(int iCountMarkerTypes, std::Array <unsigned int> const & rgIgnoreMarkerTypes);
public int SetIgnoreMarkerTypes (int iCountMarkerTypes, uint[] rgIgnoreMarkerTypes);
abstract member SetIgnoreMarkerTypes : int * uint32[] -> int
Public Function SetIgnoreMarkerTypes (iCountMarkerTypes As Integer, rgIgnoreMarkerTypes As UInteger()) As Integer

Parameters

iCountMarkerTypes
Int32

[in] The number of marker types to be ignored.

rgIgnoreMarkerTypes
UInt32[]

[in] The marker types to be ignored.

Returns

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

Applies to