NSScriptCommandArgumentDescription Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
NSScriptCommandArgumentDescription() | |
NSScriptCommandArgumentDescription(NSDictionary) | |
NSScriptCommandArgumentDescription(String, String, String, Boolean) |
NSScriptCommandArgumentDescription()
[Foundation.Preserve(Conditional=true)]
public NSScriptCommandArgumentDescription ();
- Atributos
Aplica-se a
NSScriptCommandArgumentDescription(NSDictionary)
[Foundation.Preserve(Conditional=true)]
public NSScriptCommandArgumentDescription (Foundation.NSDictionary dictionary);
new Foundation.NSScriptCommandArgumentDescription : Foundation.NSDictionary -> Foundation.NSScriptCommandArgumentDescription
Parâmetros
- dictionary
- NSDictionary
- Atributos
Aplica-se a
NSScriptCommandArgumentDescription(String, String, String, Boolean)
public NSScriptCommandArgumentDescription (string name, string eventCode, string type, bool isOptional = false);
new Foundation.NSScriptCommandArgumentDescription : string * string * string * bool -> Foundation.NSScriptCommandArgumentDescription
Parâmetros
- name
- String
- eventCode
- String
- type
- String
- isOptional
- Boolean