Share via


UITestControlNotFoundException.SecondaryProperties Property

Definition

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

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

Property Value

The collection of secondary properties.

Applies to