Freigeben über


ActivationObject.CreateField(String, FieldAttributes, Object) Methode

Definition

Erstellt eine neue globale Variable unter Verwendung des angegebenen Namens sowie des angegebenen Werts und des angegebenen Attributs.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

name
String

Der Name des Felds.

attributeFlags
FieldAttributes

Eine bitweise Kombination der Enumerationswerte, die die Attribute des Felds beschreiben. Static wird automatisch hinzugefügt.

value
Object

Der Wert des Felds.

Gibt zurück

JSVariableField

Eine globale Variable mit dem angegebenen Namen, dem angegebenen Wert und den angegebenen Attributen.

Gilt für

Siehe auch