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.

StartupNextInstanceEventArgs::CommandLine Property

 

Gets the command-line arguments of the subsequent application instance.

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 subsequent application instance.

The StartupNextInstance event occurs when a subsequent instance of a single-instance application starts, using 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