ActivationObject.CreateField(String, FieldAttributes, Object) Méthode
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.
Crée une variable globale à l'aide du nom, de la valeur et des attributs spécifiés.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
protected:
virtual Microsoft::JScript::JSVariableField ^ CreateField(System::String ^ name, System::Reflection::FieldAttributes attributeFlags, System::Object ^ value);
protected virtual Microsoft.JScript.JSVariableField CreateField (string name, System.Reflection.FieldAttributes attributeFlags, object value);
abstract member CreateField : string * System.Reflection.FieldAttributes * obj -> Microsoft.JScript.JSVariableField
override this.CreateField : string * System.Reflection.FieldAttributes * obj -> Microsoft.JScript.JSVariableField
Protected Overridable Function CreateField (name As String, attributeFlags As FieldAttributes, value As Object) As JSVariableField
Paramètres
- name
- String
Nom du champ.
- attributeFlags
- FieldAttributes
Combinaison d'opérations de bits des valeurs d'énumération qui décrivent les attributs d'un champ. Static est ajouté automatiquement.
- value
- Object
Valeur du champ.
Retours
Variable globale qui comporte le nom, la valeur et les attributs spécifiés.