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 ControlCount property specifies the number of controls for an XML element.
Applies to
Syntax
[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)
Parameters
XMLTypeName The name of the XML element as defined in the SmartDocXmlTypeName property.