NSScriptCommandDescription.GetTypeForArgument(String) Method
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.
Gets the type for the specified argument.
public string GetTypeForArgument(string name);
public string? GetTypeForArgument(string name);
member this.GetTypeForArgument : string -> string
Parameters
- name
- String
The name of the argument.
Returns
The type of the argument, or null if the argument is not found.
Exceptions
Thrown when name is null.