ObjectChangedEventArgs.PeerContact 属性

定义

获取与已更改对象信息的 PeerContact 关联的 PeerEndPointGets 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

PeerContact 信息已更改的 PeerEndPoint 关联的 PeerObjectThe PeerContact associated with the PeerEndPoint on which PeerObject information has changed. 如果该终结点没有关联的联系人,则返回 nullIf the endpoint is not associated with a contact, null is returned.

适用于

另请参阅