Share via


IVsCombinedBrowseComponentSet.RemoveSetAt(UInt32) Method

Definition

Removes a set from the combined component set.

public:
 int RemoveSetAt(System::UInt32 ulIndex);
public:
 int RemoveSetAt(unsigned int ulIndex);
int RemoveSetAt(unsigned int ulIndex);
public int RemoveSetAt (uint ulIndex);
abstract member RemoveSetAt : uint32 -> int
Public Function RemoveSetAt (ulIndex As UInteger) As Integer

Parameters

ulIndex
UInt32

The zero-based index identifying the set in the array of component sets.

Returns

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

Remarks

COM Signature

From vsshell80.idl:

HRESULT RemoveSetAt([in] ULONG ulIndex);  

Applies to