LateBinding 类
定义
表示对类成员、可调用的表达式或变量名称的引用。Represents a reference to a class member, callable expression, or variable name. 在运行时,此类将尝试解析对正确值的引用。This class attempts to resolve the reference to the correct value at run time.
此 API 支持产品基础结构,不能在代码中直接使用。
public ref class LateBinding sealed
public sealed class LateBinding
type LateBinding = class
Public NotInheritable Class LateBinding
- 继承
-
LateBinding
构造函数
| 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. |
字段
| obj |
此 API 支持产品基础结构,不能在代码中直接使用。 存储对对象(在其上定义了绑定引用)的引用。Stores a reference to the object that the binding reference is defined on. |
方法
| Call(Object[], Boolean, Boolean, VsaEngine) |
此 API 支持产品基础结构,不能在代码中直接使用。 通过调用成员来解析绑定引用。Resolves the binding reference by calling a member. |
| CallValue(Object, Object, Object[], Boolean, Boolean, VsaEngine) |
此 API 支持产品基础结构,不能在代码中直接使用。 通过调用成员来解析绑定引用。Resolves the binding reference by calling a member. |
| CallValue2(Object, Object, Object[], Boolean, Boolean, VsaEngine) |
此 API 支持产品基础结构,不能在代码中直接使用。 通过调用成员来解析绑定引用。Resolves the binding reference by calling a member. |
| Delete() |
此 API 支持产品基础结构,不能在代码中直接使用。 从在其上定义了绑定引用的对象中删除绑定引用成员。Deletes the binding reference member from the object that the binding reference is defined on. |
| DeleteMember(Object, String) |
此 API 支持产品基础结构,不能在代码中直接使用。 从指定对象中删除指定的成员。Deletes the specified member from the specified object. |
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetNonMissingValue() |
此 API 支持产品基础结构,不能在代码中直接使用。 获取绑定引用的值,并将 Missing 值转换为 null。Gets the value of the binding reference, and converts a Missing value to null. |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| GetValue2() |
此 API 支持产品基础结构,不能在代码中直接使用。 获取绑定引用的值,如果无法解析绑定引用,则引发异常。Gets the value of the binding reference, and throws an exception if it cannot be resolved. |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| SetIndexedPropertyValueStatic(Object, Object[], Object) |
此 API 支持产品基础结构,不能在代码中直接使用。 设置索引属性。Sets an indexed property. |
| SetValue(Object) |
此 API 支持产品基础结构,不能在代码中直接使用。 设置属性。Sets a property. |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |