IVsTextViewEx.SetIgnoreMarkerTypes(Int32, UInt32[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.