Example #1
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Devices.Enumeration.Pnp.PnpObjectCollection> FindAllAsync(global::Windows.Devices.Enumeration.Pnp.PnpObjectType type, global::System.Collections.Generic.IEnumerable <string> requestedProperties, string aqsFilter)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<PnpObjectCollection> PnpObject.FindAllAsync(PnpObjectType type, IEnumerable<string> requestedProperties, string aqsFilter) is not implemented in Uno.");
 }
Example #2
0
 public static global::Windows.Devices.Enumeration.Pnp.PnpObjectWatcher CreateWatcher(global::Windows.Devices.Enumeration.Pnp.PnpObjectType type, global::System.Collections.Generic.IEnumerable <string> requestedProperties, string aqsFilter)
 {
     throw new global::System.NotImplementedException("The member PnpObjectWatcher PnpObject.CreateWatcher(PnpObjectType type, IEnumerable<string> requestedProperties, string aqsFilter) is not implemented in Uno.");
 }
Example #3
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Devices.Enumeration.Pnp.PnpObject> CreateFromIdAsync(global::Windows.Devices.Enumeration.Pnp.PnpObjectType type, string id, global::System.Collections.Generic.IEnumerable <string> requestedProperties)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<PnpObject> PnpObject.CreateFromIdAsync(PnpObjectType type, string id, IEnumerable<string> requestedProperties) is not implemented in Uno.");
 }