UITestControlNotFoundException.SecondaryProperties, propriété
Obtient une collection des propriétés secondaires du contrôle cible.
Espace de noms : Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly : Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SecondaryProperties As PropertyExpressionCollection
Get
public PropertyExpressionCollection SecondaryProperties { get; }
public:
property PropertyExpressionCollection^ SecondaryProperties {
PropertyExpressionCollection^ get ();
}
member SecondaryProperties : PropertyExpressionCollection
function get SecondaryProperties () : PropertyExpressionCollection
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Collection de propriétés secondaires.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
UITestControlNotFoundException Classe
Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms