IVsCombinedBrowseComponentSet.RemoveSetAt(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 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);