WindowsClientElement.Copy(WindowsClientElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定之組態項目的內容複製到這個組態項目。
public:
void Copy(System::ServiceModel::Configuration::WindowsClientElement ^ from);
public void Copy (System.ServiceModel.Configuration.WindowsClientElement from);
member this.Copy : System.ServiceModel.Configuration.WindowsClientElement -> unit
Public Sub Copy (from As WindowsClientElement)
參數
- from
- WindowsClientElement
要複製的組態項目。
例外狀況
from
為 null
。
組態檔是唯讀的。