Share via


SmartDocXmlTypeCount Property [Office 2003 SDK Documentation]

The SmartDocXmlTypeCount property specifies the number of elements that have assigned actions in the smart document.

Applies to

ISmartDocument

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)