ResourceMap.ResourceCount Property
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.
Gets the number of resources in the ResourceMap.
public:
property unsigned int ResourceCount { unsigned int get(); };
uint32_t ResourceCount();
public uint ResourceCount { get; }
var uInt32 = resourceMap.resourceCount;
Public ReadOnly Property ResourceCount As UInteger
Property Value
The number of resources contained in the map.