BindingExpression.ResolvedSource 属性

定义

获取该 BindingExpression 的绑定源对象。

public:
 property System::Object ^ ResolvedSource { System::Object ^ get(); };
public object ResolvedSource { get; }
member this.ResolvedSource : obj
Public ReadOnly Property ResolvedSource As Object

属性值

Object

BindingExpression 的绑定源对象。

适用于