IVsExpansionEnumeration2.GetCount(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.
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