UIObject.Ancestor Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property Ancestor As UIObject
Get
Set
'Usage
Dim instance As UIObject
Dim value As UIObject
value = instance.Ancestor
instance.Ancestor = value
public UIObject Ancestor { get; set; }
public:
property UIObject^ Ancestor {
UIObject^ get ();
void set (UIObject^ value);
}
function get Ancestor () : UIObject
function set Ancestor (value : UIObject)
member Ancestor : UIObject with get, set
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap.UIObject
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace