HttpResponseMessageProperty.IMessageProperty.CreateCopy 方法

定義

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

 virtual System::ServiceModel::Channels::IMessageProperty ^ System.ServiceModel.Channels.IMessageProperty.CreateCopy() = System::ServiceModel::Channels::IMessageProperty::CreateCopy;
System.ServiceModel.Channels.IMessageProperty IMessageProperty.CreateCopy ();
abstract member System.ServiceModel.Channels.IMessageProperty.CreateCopy : unit -> System.ServiceModel.Channels.IMessageProperty
override this.System.ServiceModel.Channels.IMessageProperty.CreateCopy : unit -> System.ServiceModel.Channels.IMessageProperty
Function CreateCopy () As IMessageProperty Implements IMessageProperty.CreateCopy

傳回

IMessageProperty

目前執行個體新建立之型別為 IMessageProperty 的複本。

實作

備註

這個成員是明確介面成員實作, 只有在 HttpResponseMessageProperty 執行個體轉換成 IMessageProperty 介面時,才能使用這個成員。

適用於