UnescapedXmlDiagnosticData.UnescapedXml 屬性

定義

取得或設定未逸出的 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 片段。

適用於