PeerContact.FromXml(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據提供的 XML 資料,建立 PeerContact 執行個體。
public:
static System::Net::PeerToPeer::Collaboration::PeerContact ^ FromXml(System::String ^ peerContactXml);
[System.Security.SecurityCritical]
public static System.Net.PeerToPeer.Collaboration.PeerContact FromXml (string peerContactXml);
[<System.Security.SecurityCritical>]
static member FromXml : string -> System.Net.PeerToPeer.Collaboration.PeerContact
Public Shared Function FromXml (peerContactXml As String) As PeerContact
參數
- peerContactXml
- String
用來重建 PeerContact 的 XML 編碼。
傳回
字串,代表用來編碼 PeerContact 執行個體的 XML 物件模型。
- 屬性
例外狀況
參數不能是 null
。
無法完成 FromXml(String) 作業
參數不是有效的 FromXml(SecurityElement) 物件。
備註
要作為 參數傳遞的字串應該從 ToXml取得。
這個類別是簡單 XML 物件模型的輕量型實作,用於共同作業基礎結構內,而不是做為一般 XML 物件模型使用。