IPropertyBag2.CountProperties(UInt32) Method

Definition

The number of properties in the property bag.

public:
 void CountProperties([Runtime::InteropServices::Out] System::UInt32 % pcProperties);
void CountProperties([Runtime::InteropServices::Out] unsigned int & pcProperties);
public void CountProperties (out uint pcProperties);
abstract member CountProperties : uint32 -> unit
Public Sub CountProperties (ByRef pcProperties As UInteger)

Parameters

pcProperties
UInt32

The number of properties.

Applies to