言語

WindowsServiceElement.Copy(WindowsServiceElement) メソッド

定義

指定した構成要素の内容をこの構成要素にコピーします。

public:
 void Copy(System::ServiceModel::Configuration::WindowsServiceElement ^ from);
public void Copy(System.ServiceModel.Configuration.WindowsServiceElement from);
member this.Copy : System.ServiceModel.Configuration.WindowsServiceElement -> unit
Public Sub Copy (from As WindowsServiceElement)

パラメーター

from
WindowsServiceElement

コピーする構成要素。

例外

fromnullです。

構成ファイルは読み取り専用です。

適用対象