共用方式為


UITestControlNotFoundException.PrimaryProperties 屬性

取得目標控制項之主要屬性的集合。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
Public ReadOnly Property PrimaryProperties As PropertyExpressionCollection
public PropertyExpressionCollection PrimaryProperties { get; }
public:
property PropertyExpressionCollection^ PrimaryProperties {
    PropertyExpressionCollection^ get ();
}
member PrimaryProperties : PropertyExpressionCollection with get
function get PrimaryProperties () : PropertyExpressionCollection

屬性值

型別:Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
主要屬性的集合。

.NET Framework 安全性

請參閱

參考

UITestControlNotFoundException 類別

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間