XppPrePostArgs.getArgNum(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.