IVsUICollection.get_Count(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 items in the collection.
public:
int get_Count([Runtime::InteropServices::Out] System::UInt32 % pnCount);
public int get_Count (out uint pnCount);
abstract member get_Count : uint32 -> int
Public Function get_Count (ByRef pnCount As UInteger) As Integer
Parameters
- pnCount
- UInt32
[out] Location to return the number of items.
Returns
Returns S_OK if the count was returned.