EndpointAddressElementBase.Copy(EndpointAddressElementBase) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された構成要素の内容をこの構成要素にコピーします。
protected public:
void Copy(System::ServiceModel::Configuration::EndpointAddressElementBase ^ source);
protected internal void Copy(System.ServiceModel.Configuration.EndpointAddressElementBase source);
member this.Copy : System.ServiceModel.Configuration.EndpointAddressElementBase -> unit
Protected Friend Sub Copy (source As EndpointAddressElementBase)
パラメーター
- source
- EndpointAddressElementBase
コピーされる構成要素。
例外
source が null または空です。
構成は読み取り専用です。