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