DTEClass.CommandLineArguments 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.
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 : stringPublic Overridable ReadOnly Property CommandLineArguments As StringProperty Value
The command line arguments.
Implements
- Attributes