ContactManager.UpdateContact(PeerContact) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
更新與 PeerContact 相關聯的資料 。
public:
void UpdateContact(System::Net::PeerToPeer::Collaboration::PeerContact ^ peerContact);
[System.Security.SecurityCritical]
public void UpdateContact (System.Net.PeerToPeer.Collaboration.PeerContact peerContact);
[<System.Security.SecurityCritical>]
member this.UpdateContact : System.Net.PeerToPeer.Collaboration.PeerContact -> unit
Public Sub UpdateContact (peerContact As PeerContact)
參數
- peerContact
- PeerContact
要更新之 PeerContact。
- 屬性
例外狀況
peerContact
為 null
。
此 PeerContact 物件已被處置。
備註
呼叫這個方法需要 PermissionState 的 Unrestricted。