共用方式為


HtmlTextArea.CopyPastedText 屬性

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

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
組件:   Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (在 Microsoft.VisualStudio.TestTools.WindowsStore.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)

屬性值

類型:String
此控制項的內容。

.NET Framework 安全性

請參閱

參考

HtmlTextArea 類別

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