IVsProfilerLaunchExeTargetInfo.ExecutableArguments Property
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.
Gets the command-line arguments for the executable.
public:
property System::String ^ ExecutableArguments { System::String ^ get(); };
public:
property Platform::String ^ ExecutableArguments { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610809344)]
public string ExecutableArguments { get; }
public string ExecutableArguments { get; }
[<System.Runtime.InteropServices.DispId(1610809344)>]
member this.ExecutableArguments : string
member this.ExecutableArguments : string
Public ReadOnly Property ExecutableArguments As String
Property Value
The command-line arguments.
- Attributes