Share via


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名为 button1Button 实例的 属性的属性引用,Ownerbutton1返回 。

适用于

另请参阅