PropertyExpressionObservableCollection.Clone Method
Creates a PropertyExpressionCollection which is a clone of the current instance.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Function Clone As Object
public Object Clone()
public:
Object^ Clone()
member Clone : unit -> Object
public function Clone() : Object
Return Value
Type: Object
A new object which is copy of the current instance.
.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.