ObjectChangedEventArgs.PeerContact 属性
定义
获取与已更改对象信息的 PeerContact 关联的 PeerEndPoint。Gets the PeerContact associated with the PeerEndPoint for which object information has changed.
public:
property System::Net::PeerToPeer::Collaboration::PeerContact ^ PeerContact { System::Net::PeerToPeer::Collaboration::PeerContact ^ get(); };
public System.Net.PeerToPeer.Collaboration.PeerContact PeerContact { get; }
member this.PeerContact : System.Net.PeerToPeer.Collaboration.PeerContact
Public ReadOnly Property PeerContact As PeerContact
属性值
与 PeerContact 信息已更改的 PeerEndPoint 关联的 PeerObject。The PeerContact associated with the PeerEndPoint on which PeerObject information has changed. 如果该终结点没有关联的联系人,则返回 null。If the endpoint is not associated with a contact, null is returned.