DTEClass.CommandLineArguments Property

Definition

For more information on this property, refer to CommandLineArguments.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual property System::String ^ CommandLineArguments { System::String ^ get(); };
public:
 virtual property Platform::String ^ CommandLineArguments { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(214)]
public virtual string CommandLineArguments { [System.Runtime.InteropServices.DispId(214)] get; }
[<System.Runtime.InteropServices.DispId(214)>]
[<get: System.Runtime.InteropServices.DispId(214)>]
member this.CommandLineArguments : string
Public Overridable ReadOnly Property CommandLineArguments As String

Property Value

The command line arguments.

Implements

Attributes

Applies to