IVsTextViewEx.RemoveViewOnlyMarkerTypes(UInt32, 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.
Removes view only marker types.
public:
int RemoveViewOnlyMarkerTypes(System::UInt32 iCountViewMarkerOnly, cli::array <System::UInt32> ^ rgViewMarkerOnly);
public:
int RemoveViewOnlyMarkerTypes(unsigned int iCountViewMarkerOnly, Platform::Array <unsigned int> ^ rgViewMarkerOnly);
int RemoveViewOnlyMarkerTypes(unsigned int iCountViewMarkerOnly, std::Array <unsigned int> const & rgViewMarkerOnly);
public int RemoveViewOnlyMarkerTypes (uint iCountViewMarkerOnly, uint[] rgViewMarkerOnly);
abstract member RemoveViewOnlyMarkerTypes : uint32 * uint32[] -> int
Public Function RemoveViewOnlyMarkerTypes (iCountViewMarkerOnly As UInteger, rgViewMarkerOnly As UInteger()) As Integer
Parameters
- iCountViewMarkerOnly
- UInt32
[in] Number of view only marker types.
- rgViewMarkerOnly
- UInt32[]
[in] View only marker types.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.