IVsUIDynamicCollection::get_Count Method (UInt32)

 

Returns the number of items in the collection.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int get_Count(
	[OutAttribute] unsigned int% pnCount
)

Parameters

pnCount
Type: System::UInt32

[out] Location to return the number of items.

Return Value

Type: System::Int32

Returns S_OK if the count was returned.

Return to top
Show: