HtmlProperties.Edit.CopyPastedText Field
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Allows read access to the CopyPastedText property of the control. Used where the value being set has previously been copied to the clipboard.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared ReadOnly CopyPastedText As String
'Usage
Dim value As String
value = HtmlProperties..::..Edit.CopyPastedText
public static readonly string CopyPastedText
public:
static initonly String^ CopyPastedText
static val CopyPastedText: string
public static final var CopyPastedText : String
Remarks
This is required for IME-based setvalue scenarios.
Use with GetProperty to get this property of a UITestControl.
.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.