Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

StartupEventArgs::CommandLine Property

 

Gets the command-line arguments of the application.

Namespace:   Microsoft.VisualBasic.ApplicationServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
property ReadOnlyCollection<String^>^ CommandLine {
	ReadOnlyCollection<String^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<String^>^

A ReadOnlyCollection<T> object that contains the command-line arguments of the application.

The Startup event occurs when the application starts, if the application implements the Visual Basic Application Model. For more information, see Overview of the Visual Basic Application Model.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft