PVCSCommandArgumentCollection.

Add(string, Object) Method

Summary

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

Syntax

public void Add(string command, Object commandValue)

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.

Return Value

Type Description
void