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 SmartDocXmlTypeCount property specifies the number of elements that have assigned actions in the smart document.
Applies to
Syntax
[Visual Basic 6.0]
Private Property Get ISmartDocument_SmartDocXmlTypeCount() As Long
[Visual Basic .NET]
Public ReadOnly Property SmartDocXmlTypeCount() As Integer Implements Microsoft.Office.Interop.SmartTag.ISmartDocument.SmartDocXmlTypeCount
[C#]
public int ISmartDocument.SmartDocXmlTypeCount
[Visual C++ 6.0]
STDMETHOD(get_SmartDocXmlTypeCount)(INT * Count)
[Visual C++ .NET]
STDMETHOD(get_SmartDocXmlTypeCount)(int * Count)