ObjectChangedEventArgs.PeerContact 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與物件資訊已變更之 PeerContact 相關聯的 PeerEndPoint。
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。 如果端點和連絡人沒有關聯,則傳回 null
。