SmartDocXmlTypeCaption Property [Office 2003 SDK Documentation]

The SmartDocXmlTypeCaption property specifies the caption that is displayed in the Document Actions task pane for a specific element.

Applies to

ISmartDocument

Syntax

[Visual Basic 6.0]

Private Property Get ISmartDocument_SmartDocXmlTypeCaption(ByVal XMLTypeID As Long, ByVal LocaleID As Long) As String

[Visual Basic .NET]

Public ReadOnly Property SmartDocXmlTypeCaption(ByVal XMLTypeID As Integer, ByVal LocaleID As Integer) As String Implements Microsoft.Office.Interop.SmartTag.ISmartDocument.SmartDocXmlTypeCaption

[C#]

public string ISmartDocument.get_SmartDocXmlTypeCaption(int XMLTypeID, int Locale ID)

[Visual C++ 6.0]

STDMETHOD(get_SmartDocXmlTypeCaption)(INT XMLTypeID, INT LocaleID, BSTR * Caption)

[Visual C++ .NET]

STDMETHOD(get_SmartDocXmlTypeCaption)(int XMLTypeID, int LocaleID, BSTR * Caption)

Parameters

XMLTypeID Represents a unique ID associated with an element that has one or more associated actions. Microsoft Office 2003 automatically assigns this number according to the number of types that are specified in the SmartDocXmlTypeCount property.

LocaleID Represents the language setting of the application. You can use the LocaleID parameter to specify different actions for multiple languages in a smart document.