UnescapedXmlDiagnosticData.UnescapedXml 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定未逸出的 XML 資料字串。
public:
property System::String ^ UnescapedXml { System::String ^ get(); void set(System::String ^ value); };
public string UnescapedXml { get; set; }
member this.UnescapedXml : string with get, set
Public Property UnescapedXml As String
屬性值
未逸出的 XML 字串。
備註
如果您想要讓程式代碼符合端對端架構規範, UnescapedXml 屬性值必須是可針對端對端事件架構進行驗證的 XML 片段。