Example #1
0
 public void LoadXmlFromBuffer(global::Windows.Storage.Streams.IBuffer buffer, global::Windows.Data.Xml.Dom.XmlLoadSettings loadSettings)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Data.Xml.Dom.XmlDocument", "void XmlDocument.LoadXmlFromBuffer(IBuffer buffer, XmlLoadSettings loadSettings)");
 }
Example #2
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Data.Xml.Dom.XmlDocument> LoadFromFileAsync(global::Windows.Storage.IStorageFile file, global::Windows.Data.Xml.Dom.XmlLoadSettings loadSettings)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<XmlDocument> XmlDocument.LoadFromFileAsync(IStorageFile file, XmlLoadSettings loadSettings) is not implemented in Uno.");
 }
Example #3
0
 public void LoadXml(string xml, global::Windows.Data.Xml.Dom.XmlLoadSettings loadSettings)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Data.Xml.Dom.XmlDocument", "void XmlDocument.LoadXml(string xml, XmlLoadSettings loadSettings)");
 }