Share via


XppPrePostArgs.getArgNum(Int32) Method

Definition

Retrieves the ;publisher's argument by index.

public:
 System::Object ^ getArgNum(int fieldIndex);
public object getArgNum (int fieldIndex);
member this.getArgNum : int -> obj
Public Function getArgNum (fieldIndex As Integer) As Object

Parameters

fieldIndex
Int32

Returns

An anytype value of the specified argument.

Remarks

The index range is 0-based for static publishers but 1-based for instance publishers.

Applies to