IMessageProperty.CreateCopy 方法

定義

建立目前執行個體的複本。

public:
 System::ServiceModel::Channels::IMessageProperty ^ CreateCopy();
public System.ServiceModel.Channels.IMessageProperty CreateCopy ();
abstract member CreateCopy : unit -> System.ServiceModel.Channels.IMessageProperty
Public Function CreateCopy () As IMessageProperty

傳回

IMessageProperty 物件,這是目前執行個體的複本。

備註

每當建立此介面的實作項 (Implementor) 時,就會呼叫這個方法。 當實作此介面的物件當做自訂屬性加入至 Properties 時,就會發生此情況。

適用於