VerbID Property [Office 2003 SDK Documentation]

A unique integer identifier for a verb.

Applies To

ISmartTagAction

Syntax

[Visual Basic 6.0]

Private Property Get VerbID(ByVal SmartTagName as String, ByVal VerbIndex As Integer) As Long

[Visual C++ 6.0]

STDMETHODIMP CSTAction::get_VerbID(BSTR SmartTagName, INT VerbIndex, INT * VerbID)

[Visual Basic .NET]

Private ReadOnly Property VerbID(ByVal SmartTagName As String, ByVal VerbIndex As Integer) As Integer Implements SmartTag.ISmartTagAction.VerbID

[Visual C#]

public int get_VerbID(string SmartTagName, int VerbIndex)

Parameters

SmartTagName  A smart tag type string, which is in the form of namespaceURI#tagname.

VerbIndex  A unique verb identifier.

VerbID  A unique identifier for a verb.

Remarks

This mechanism is supplied so that DLLs can mix and match verbs for the various smart tag types they support. For example, a smart tag action DLL might support one verb for four smart tag types, or it might support four variants of one smart tag verb for a smart tag type.

An action DLL may need to have internal enumerations for the VerbID values it passes out.