NSScriptCommandArgumentDescription Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NSScriptCommandArgumentDescription() | |
NSScriptCommandArgumentDescription(NSDictionary) | |
NSScriptCommandArgumentDescription(String, String, String, Boolean) |
NSScriptCommandArgumentDescription()
[Foundation.Preserve(Conditional=true)]
public NSScriptCommandArgumentDescription ();
- Attributs
S’applique à
NSScriptCommandArgumentDescription(NSDictionary)
[Foundation.Preserve(Conditional=true)]
public NSScriptCommandArgumentDescription (Foundation.NSDictionary dictionary);
new Foundation.NSScriptCommandArgumentDescription : Foundation.NSDictionary -> Foundation.NSScriptCommandArgumentDescription
Paramètres
- dictionary
- NSDictionary
- Attributs
S’applique à
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
Paramètres
- name
- String
- eventCode
- String
- type
- String
- isOptional
- Boolean