Count Property [Office 2003 SDK Documentation]
The Count property returns the number of properties that are stored in the property bag for a control.
Applies to
Syntax
[Visual Basic]
Private Property Get ISmartDocProperties_Count() As Long
[Visual Basic .NET]
Public ReadOnly Property Count() As Integer Implements SmartTagLib.ISmartDocProperties.Count
[C#]
public int ISmartDocProperties.Count()
[Visual C++]
STDMETHOD(get_Count)(INT * Count)
[Visual C++ .NET]
STDMETHOD(get_Count)(INT * Count)