ObjectChangedEventArgs.PeerChangeType 属性

定义

获取 PeerChangeType,它指定 PeerPeerObject 所发生的更改类型。Gets the PeerChangeType that specifies the type of change that has occurred to a Peer or PeerObject.

public:
 property System::Net::PeerToPeer::Collaboration::PeerChangeType PeerChangeType { System::Net::PeerToPeer::Collaboration::PeerChangeType get(); };
public System.Net.PeerToPeer.Collaboration.PeerChangeType PeerChangeType { get; }
member this.PeerChangeType : System.Net.PeerToPeer.Collaboration.PeerChangeType
Public ReadOnly Property PeerChangeType As PeerChangeType

属性值

PeerChangeType

指定已发生的更改类型的 PeerChangeTypePeerChangeType that specifies the type of change that has occurred.

注解

除非指定,否则此属性的默认值为 nullUnless specified, the default value for this property is null.

适用于