LateBinding.GetValue2 方法

定义

获取绑定引用的值,如果无法解析绑定引用,则引发异常。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 System::Object ^ GetValue2();
public object GetValue2 ();
member this.GetValue2 : unit -> obj
Public Function GetValue2 () As Object

返回

绑定引用的值。

适用于