Aracılığıyla paylaş


ActivationObject.CreateField(String, FieldAttributes, Object) Yöntem

Tanım

Belirtilen ad, değer ve öznitelikleri kullanarak yeni bir genel değişken oluşturur.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

name
String

Alanın adı.

attributeFlags
FieldAttributes

Bir alanın özniteliklerini tanımlayan sabit listesi değerlerinin bit düzeyinde birleşimi. Static otomatik olarak eklenir.

value
Object

Alanın değeri.

Döndürülenler

JSVariableField

Belirtilen ad, değer ve özniteliklere sahip olan genel bir değişken.

Şunlara uygulanır

Ayrıca bkz.