LateBinding 构造函数
定义
初始化 LateBinding 类的新实例。Initializes a new instance of the LateBinding class.
重载
| LateBinding(String) |
此 API 支持产品基础结构,不能在代码中直接使用。 使用指定的标识符初始化 LateBinding 类的新实例。Initializes a new instance of the LateBinding class, using the specified identifier. |
| LateBinding(String, Object) |
此 API 支持产品基础结构,不能在代码中直接使用。 使用指定的标识符和对象初始化 LateBinding 类的新实例。Initializes a new instance of the LateBinding class, using the specified identifier and object. |
LateBinding(String)
使用指定的标识符初始化 LateBinding 类的新实例。Initializes a new instance of the LateBinding class, using the specified identifier.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
LateBinding(System::String ^ name);
public LateBinding (string name);
new Microsoft.JScript.LateBinding : string -> Microsoft.JScript.LateBinding
Public Sub New (name As String)
参数
- name
- String
一个标识绑定引用的字符串。A string that identifies the binding reference.
适用于
LateBinding(String, Object)
使用指定的标识符和对象初始化 LateBinding 类的新实例。Initializes a new instance of the LateBinding class, using the specified identifier and object.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
LateBinding(System::String ^ name, System::Object ^ obj);
public LateBinding (string name, object obj);
new Microsoft.JScript.LateBinding : string * obj -> Microsoft.JScript.LateBinding
Public Sub New (name As String, obj As Object)
参数
- name
- String
一个标识绑定引用的字符串。A string that identifies the binding reference.
- obj
- Object
在其上定义绑定引用的对象。The object that the binding reference is defined on.