ActivationObject.CreateField(String, FieldAttributes, Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した名前、値、および属性を使用して、新しいグローバル変数を作成します。
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
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
パラメーター
- name
- String
フィールドの名前。
- attributeFlags
- FieldAttributes
フィールドの属性を記述する列挙値のビットごとの組み合わせ。 Static は、自動的に追加されます。
- value
- Object
フィールドの値。
戻り値
指定した名前、値、および属性を持つグローバル変数。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET