共用方式為


UITestControlNotFoundException.SecondaryProperties 屬性

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

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

語法

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

屬性值

類型:Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
次要屬性的集合。

.NET Framework 安全性

請參閱

參考

UITestControlNotFoundException 類別

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