PVCSCommandArgumentCollection.

Add(string, Object, PVCSCommandArgumentPosition) Method

Summary

Adds a new command argument to this collection with the specified information.

Syntax

public void Add(string command, Object commandValue, PVCSCommandArgumentPosition position)

Parameters

Name Type Description
command string The command string for the new command.
commandValue Object The command value for the new command, or null if no value applies.
position PVCSCommandArgumentPosition The position for the new command.

Return Value

Type Description
void