DynamicFieldInfo Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DynamicFieldInfo class.
DynamicFieldInfo(String, Object) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the DynamicFieldInfo class, using the specified name and value. |
DynamicFieldInfo(String, Object, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the DynamicFieldInfo class, using the specified name, value, and type. |
Initializes a new instance of the DynamicFieldInfo class, using the specified name and value.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
DynamicFieldInfo(System::String ^ name, System::Object ^ value);
public DynamicFieldInfo (string name, object value);
new Microsoft.JScript.DynamicFieldInfo : string * obj -> Microsoft.JScript.DynamicFieldInfo
Public Sub New (name As String, value As Object)
Parameters
- name
- String
The name of the field.
- value
- Object
The value of the field.
See also
Applies to
.NET Framework 4.8.1 およびその他のバージョン
製品 | バージョン |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Initializes a new instance of the DynamicFieldInfo class, using the specified name, value, and type.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
DynamicFieldInfo(System::String ^ name, System::Object ^ value, System::String ^ fieldTypeName);
public DynamicFieldInfo (string name, object value, string fieldTypeName);
new Microsoft.JScript.DynamicFieldInfo : string * obj * string -> Microsoft.JScript.DynamicFieldInfo
Public Sub New (name As String, value As Object, fieldTypeName As String)
Parameters
- name
- String
The name of the field.
- value
- Object
The value of the field.
- fieldTypeName
- String
The type of the field.
See also
Applies to
.NET Framework 4.8.1 およびその他のバージョン
製品 | バージョン |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。