xtd 0.2.0
Loading...
Searching...
No Matches

◆ verbs()

xtd::collections::generic::list< xtd::string > xtd::diagnostics::process_start_info::verbs ( ) const

Gets the set of verbs associated with the type of file specified by the xtd::diagnostics::process_start_info::file_name property.

Returns
The actions that the system can apply to the file indicated by the xtd::diagnostics::process_start_info::file_name property.
Remarks
The xtd::diagnostics::process_start_info::verbs property enables you to determine the verbs that can be used with the file specified by the xtd::diagnostics::process_start_info::file_name property. You can set the xtd::diagnostics::process_start_info::verb property to the value of any verb in the set. Examples of verbs are "Edit", "Open", "OpenAsReadOnly", "Print", and "Printto".
When you use the xtd::diagnostics::process_start_info::verbs property, you must include the file name extension when you set the value of the xtd::diagnostics::process_start_info::file_name property. The file name extension determines the set of possible verbs.