共用方式為


WpfEdit.CopyPastedText 屬性

取得或設定使用「複製-貼上」後此編輯控制項的內容。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Overridable Property CopyPastedText As String
public virtual string CopyPastedText { get; set; }
public:
virtual property String^ CopyPastedText {
    String^ get ();
    void set (String^ value);
}
abstract CopyPastedText : string with get, set
override CopyPastedText : string with get, set
function get CopyPastedText () : String
function set CopyPastedText (value : String)

屬性值

型別:System.String
使用「複製-貼上」後此編輯控制項的內容。

.NET Framework 安全性

請參閱

參考

WpfEdit 類別

Microsoft.VisualStudio.TestTools.UITesting.WpfControls 命名空間