FileTracker.TrackerCommandArguments(String, String) 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.
This method constructs the correct Tracker.exe command arguments from its parameters
public:
static System::String ^ TrackerCommandArguments(System::String ^ command, System::String ^ arguments);
public static string TrackerCommandArguments (string command, string arguments);
static member TrackerCommandArguments : string * string -> string
Public Shared Function TrackerCommandArguments (command As String, arguments As String) As String
Parameters
- command
- String
The command to track
- arguments
- String
The command to track's arguments
Returns
The arguments as a string