IVsExpansionEnumeration2.GetCount(UInt32) Method

Definition

Gets the count of expansions in the enumerator.

public:
 int GetCount([Runtime::InteropServices::Out] System::UInt32 % pCount);
int GetCount([Runtime::InteropServices::Out] unsigned int & pCount);
public int GetCount (out uint pCount);
abstract member GetCount : uint32 -> int
Public Function GetCount (ByRef pCount As UInteger) As Integer

Parameters

pCount
UInt32

Count of total expansions.

Returns

S_OK

Applies to