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입니다.

구성 파일은 읽기 전용입니다.

적용 대상