IShellService.Execute Method (String, String, String)
Namespace: Microsoft.Windows.Simulator.Common
Assembly: Microsoft.Windows.Simulator.Client (in Microsoft.Windows.Simulator.Client.dll)
Syntax
void Execute(
string groupName,
string paletteName,
string commandParameter
)
void Execute(
String^ groupName,
String^ paletteName,
String^ commandParameter
)
abstract Execute :
groupName:string *
paletteName:string *
commandParameter:string -> unit
Sub Execute (
groupName As String,
paletteName As String,
commandParameter As String
)
Parameters
- groupName
Type: System.String
- paletteName
Type: System.String
- commandParameter
Type: System.String
See Also
IShellService Interface
Microsoft.Windows.Simulator.Common Namespace
Return to top