MessageProperties.CopyProperties(MessageProperties) 方法

定义

将指定的 MessageProperties 的内容复制到此实例。

public:
 void CopyProperties(System::ServiceModel::Channels::MessageProperties ^ properties);
public void CopyProperties (System.ServiceModel.Channels.MessageProperties properties);
member this.CopyProperties : System.ServiceModel.Channels.MessageProperties -> unit
Public Sub CopyProperties (properties As MessageProperties)

参数

properties
MessageProperties

复制而来的 MessageProperties 对象。

适用于