BlockScope.CreateField(String, FieldAttributes, Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した名前、値、および属性を使用して、新しいスコープ変数を作成します。
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
protected:
override Microsoft::JScript::JSVariableField ^ CreateField(System::String ^ name, System::Reflection::FieldAttributes attributeFlags, System::Object ^ value);
protected override Microsoft.JScript.JSVariableField CreateField (string name, System.Reflection.FieldAttributes attributeFlags, object value);
override this.CreateField : string * System.Reflection.FieldAttributes * obj -> Microsoft.JScript.JSVariableField
Protected Overrides Function CreateField (name As String, attributeFlags As FieldAttributes, value As Object) As JSVariableField
パラメーター
- name
- String
フィールドの名前。
- attributeFlags
- FieldAttributes
フィールドの属性を記述する列挙値のビットごとの組み合わせ。
- value
- Object
フィールドの値。
戻り値
指定した名前、値、および属性を持つスコープ変数。