IVsTextViewEx.AppendViewOnlyMarkerTypes(UInt32, UInt32[]) Method

Definition

Appends view only marker types.

public:
 int AppendViewOnlyMarkerTypes(System::UInt32 iCountViewMarkerOnly, cli::array <System::UInt32> ^ rgViewMarkerOnly);
public:
 int AppendViewOnlyMarkerTypes(unsigned int iCountViewMarkerOnly, Platform::Array <unsigned int> ^ rgViewMarkerOnly);
int AppendViewOnlyMarkerTypes(unsigned int iCountViewMarkerOnly, std::Array <unsigned int> const & rgViewMarkerOnly);
public int AppendViewOnlyMarkerTypes (uint iCountViewMarkerOnly, uint[] rgViewMarkerOnly);
abstract member AppendViewOnlyMarkerTypes : uint32 * uint32[] -> int
Public Function AppendViewOnlyMarkerTypes (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.

Applies to