UITestControlNotFoundException.PrimaryProperties Property

Definition

Gets a collection of the primary properties of the target control.

public:
 property Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ PrimaryProperties { Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ get(); };
public Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection PrimaryProperties { get; }
member this.PrimaryProperties : Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Public ReadOnly Property PrimaryProperties As PropertyExpressionCollection

Property Value

The collection of primary properties.

Applies to