Exemplo n.º 1
0
 public bool CanConnectTargetToView(global::Windows.Devices.Display.Core.DisplayTarget target, global::Windows.Devices.Display.Core.DisplayView view)
 {
     throw new global::System.NotImplementedException("The member bool DisplayState.CanConnectTargetToView(DisplayTarget target, DisplayView view) is not implemented in Uno.");
 }
Exemplo n.º 2
0
 public global::Windows.Devices.Display.Core.DisplayPath GetPathForTarget(global::Windows.Devices.Display.Core.DisplayTarget target)
 {
     throw new global::System.NotImplementedException("The member DisplayPath DisplayState.GetPathForTarget(DisplayTarget target) is not implemented in Uno.");
 }
Exemplo n.º 3
0
 public bool IsEqual(global::Windows.Devices.Display.Core.DisplayTarget otherTarget)
 {
     throw new global::System.NotImplementedException("The member bool DisplayTarget.IsEqual(DisplayTarget otherTarget) is not implemented in Uno.");
 }
Exemplo n.º 4
0
 public void DisconnectTarget(global::Windows.Devices.Display.Core.DisplayTarget target)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Devices.Display.Core.DisplayState", "void DisplayState.DisconnectTarget(DisplayTarget target)");
 }
Exemplo n.º 5
0
 public void ReleaseTarget(global::Windows.Devices.Display.Core.DisplayTarget target)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Devices.Display.Core.DisplayManager", "void DisplayManager.ReleaseTarget(DisplayTarget target)");
 }
Exemplo n.º 6
0
 public global::Windows.Devices.Display.Core.DisplayManagerResult TryAcquireTarget(global::Windows.Devices.Display.Core.DisplayTarget target)
 {
     throw new global::System.NotImplementedException("The member DisplayManagerResult DisplayManager.TryAcquireTarget(DisplayTarget target) is not implemented in Uno.");
 }
Exemplo n.º 7
0
 public global::Windows.Devices.Display.Core.DisplayFence CreatePeriodicFence(global::Windows.Devices.Display.Core.DisplayTarget target, global::System.TimeSpan offsetFromVBlank)
 {
     throw new global::System.NotImplementedException("The member DisplayFence DisplayDevice.CreatePeriodicFence(DisplayTarget target, TimeSpan offsetFromVBlank) is not implemented in Uno.");
 }
Exemplo n.º 8
0
 public global::Windows.Devices.Display.Core.DisplaySurface CreatePrimary(global::Windows.Devices.Display.Core.DisplayTarget target, global::Windows.Devices.Display.Core.DisplayPrimaryDescription desc)
 {
     throw new global::System.NotImplementedException("The member DisplaySurface DisplayDevice.CreatePrimary(DisplayTarget target, DisplayPrimaryDescription desc) is not implemented in Uno.");
 }
Exemplo n.º 9
0
 public global::Windows.Devices.Display.Core.DisplaySource CreateScanoutSource(global::Windows.Devices.Display.Core.DisplayTarget target)
 {
     throw new global::System.NotImplementedException("The member DisplaySource DisplayDevice.CreateScanoutSource(DisplayTarget target) is not implemented in Uno.");
 }