通过


ExpressionContext.Owner 属性

定义

获取拥有此表达式的对象。

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

属性值

拥有此表达式的对象。

注解

如果表达式是对Text所调用button1实例Button的属性的属性引用,Owner则返回 button1

适用于

另请参阅