IVsUICollection.get_Count(UInt32) Method

Definition

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.

Applies to