Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Note: This API is now obsolete.
Gets or sets the command-line arguments to be used for the requested build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property has been deprecated. Please remove all references. To pass command line arguments to MSBuild.exe, set the ProcessParameters property.", _
True)> _
Property CommandLineArguments As String
Get
Set
[ObsoleteAttribute("This property has been deprecated. Please remove all references. To pass command line arguments to MSBuild.exe, set the ProcessParameters property.",
true)]
string CommandLineArguments { get; set; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references. To pass command line arguments to MSBuild.exe, set the ProcessParameters property.",
true)]
property String^ CommandLineArguments {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references. To pass command line arguments to MSBuild.exe, set the ProcessParameters property.",
true)>]
abstract CommandLineArguments : string with get, set
function get CommandLineArguments () : String
function set CommandLineArguments (value : String)
Property Value
Type: System.String
The command-line arguments to be used for the requested build.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.