UITestControlNotFoundException.SecondaryProperties-Eigenschaft

Ruft eine Auflistung der sekundären Eigenschaften des Zielsteuerelements ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public ReadOnly Property SecondaryProperties As PropertyExpressionCollection
    Get
public PropertyExpressionCollection SecondaryProperties { get; }
public:
property PropertyExpressionCollection^ SecondaryProperties {
    PropertyExpressionCollection^ get ();
}
member SecondaryProperties : PropertyExpressionCollection
function get SecondaryProperties () : PropertyExpressionCollection

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Die Auflistung der sekundären Eigenschaften.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControlNotFoundException Klasse

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace