GenerateCommandLineCommands Method

MSBuild

Returns a string value containing the command line arguments to pass directly to the executable file.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides Function GenerateCommandLineCommands() As String
C#
protected override string GenerateCommandLineCommands()
C++
protected:
 virtual String GenerateCommandLineCommands() override 
J#
protected override string GenerateCommandLineCommands()
JScript
protected override  function GenerateCommandLineCommands() : String

Return Value

Returns a string value containing the command line arguments to pass directly to the executable file.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.