IPropertyBag2.CountProperties(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.
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.