ConnectionOrientedTransportElement.CopyFrom(ServiceModelExtensionElement) 方法

定义

将指定配置元素的内容复制到此配置元素。Copies the content of the specified configuration element to this configuration element.

public:
 override void CopyFrom(System::ServiceModel::Configuration::ServiceModelExtensionElement ^ from);
public override void CopyFrom (System.ServiceModel.Configuration.ServiceModelExtensionElement from);
override this.CopyFrom : System.ServiceModel.Configuration.ServiceModelExtensionElement -> unit
Public Overrides Sub CopyFrom (from As ServiceModelExtensionElement)

参数

from
ServiceModelExtensionElement

要复制的配置元素。The configuration element to be copied.

适用于