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
。
配置文件是只读的。