ControlCount Property [Office 2003 SDK Documentation]
The ControlCount property specifies the number of controls for an XML element.
[Visual Basic 6.0]
Private Property Get ISmartDocument_ControlCount(ByVal XMLTypeName As String) As Long
[Visual Basic .NET]
Public ReadOnly Property ControlCount(ByVal XMLTypeName As String) As Integer Implements SmartTagLib.ISmartDocument.ControlCount
[C#]
public int ISmartDocument.get_ControlCount(string XMLTypeName)
[Visual C++ 6.0]
STDMETHOD(get_ControlCount)(BSTR XMLTypeName, INT * Count)
[Visual C++ .NET]
STDMETHOD(get_ControlCount)(BSTR XMLTypeName, int * Count)
XMLTypeName The name of the XML element as defined in the SmartDocXmlTypeName property.