Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)