ObjectChangedEventArgs.PeerChangeType 属性
定义
获取 PeerChangeType,它指定 Peer 或 PeerObject 所发生的更改类型。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。PeerChangeType that specifies the type of change that has occurred.
注解
除非指定,否则此属性的默认值为 null。Unless specified, the default value for this property is null.