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 from another 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 ( _
collectionToAdd As PropertyExpressionObservableCollection _
)
public void AddRange(
PropertyExpressionObservableCollection collectionToAdd
)
public:
void AddRange(
PropertyExpressionObservableCollection^ collectionToAdd
)
member AddRange :
collectionToAdd:PropertyExpressionObservableCollection -> unit
public function AddRange(
collectionToAdd : PropertyExpressionObservableCollection
)
Parameters
- collectionToAdd
Type: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionObservableCollection
.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.