Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Add a range of PropertyExpressions to the collection. If the property with same name already exists, then updates its value.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Sub AddRange ( _
ParamArray propertyExpressions As PropertyExpression() _
)
public void AddRange(
params PropertyExpression[] propertyExpressions
)
public:
void AddRange(
... array<PropertyExpression^>^ propertyExpressions
)
member AddRange :
propertyExpressions:PropertyExpression[] -> unit
public function AddRange(
... propertyExpressions : PropertyExpression[]
)
Parameters
propertyExpressions
Type: array<Microsoft.VisualStudio.TestTools.UITesting.PropertyExpression[]PropertyExpressions to be added
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.