DkmTerminalStartInfo.Arguments Property

Definition

The arguments to pass to the executable on the command line.

This API was introduced in Visual Studio 16 Update 9 (DkmApiVersion.VS16Update9).

public System.Collections.ObjectModel.ReadOnlyCollection<string> Arguments { get; }
member this.Arguments : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property Arguments As ReadOnlyCollection(Of String)

Property Value

Applies to