Udostępnij za pośrednictwem


ActivationObject.CreateField(String, FieldAttributes, Object) Metoda

Definicja

Tworzy nową zmienną globalną przy użyciu określonej nazwy, wartości i atrybutów.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

name
String

Nazwa pola.

attributeFlags
FieldAttributes

Bitowa kombinacja wartości wyliczenia opisujących atrybuty pola. Static jest dodawany automatycznie.

value
Object

Wartość pola.

Zwraca

Zmienna globalna, która ma określoną nazwę, wartość i atrybuty.

Dotyczy

Zobacz też