Share via


IVsCombinedBrowseComponentSet.GetSetCount(UInt32) Method

Definition

Returns the number of the sets in the combined set.

public:
 int GetSetCount(System::UInt32 % pulCount);
int GetSetCount(unsigned int & pulCount);
public int GetSetCount (ref uint pulCount);
abstract member GetSetCount : uint32 -> int
Public Function GetSetCount (ByRef pulCount As UInteger) As Integer

Parameters

pulCount
UInt32

The number of the sets in the combined set.

Returns

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

Remarks

COM Signature

From vsshell80.idl:

HRESULT GetSetCount([in] ULONG * pulCount);  

Applies to