TestElement.CreatedByUI Property

Definition

Gets or sets a value that indicates whether this element was created by the user interface.

public:
 property bool CreatedByUI { bool get(); void set(bool value); };
[Microsoft.VisualStudio.TestTools.Common.VisibleProperty]
public bool CreatedByUI { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.VisibleProperty>]
member this.CreatedByUI : bool with get, set
Public Property CreatedByUI As Boolean

Property Value

true if this element was created by the user interface; otherwise, false.

Implements

Attributes

Applies to