UITestControlNotFoundException.PrimaryProperties-Eigenschaft

Ruft eine Auflistung der primä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 PrimaryProperties As PropertyExpressionCollection
    Get
public PropertyExpressionCollection PrimaryProperties { get; }
public:
property PropertyExpressionCollection^ PrimaryProperties {
    PropertyExpressionCollection^ get ();
}
member PrimaryProperties : PropertyExpressionCollection
function get PrimaryProperties () : PropertyExpressionCollection

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControlNotFoundException Klasse

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace