示例#1
0
文件: UISettings.cs 项目: jokm1/uno-2
 public global::Windows.UI.Color GetColorValue(global::Windows.UI.ViewManagement.UIColorType desiredColor)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.ViewManagement.UISettings", "GetColorValue");
     return(Colors.Black);
 }
示例#2
0
 public global::Windows.UI.Color GetColorValue(global::Windows.UI.ViewManagement.UIColorType desiredColor)
 {
     throw new global::System.NotImplementedException("The member Color UISettings.GetColorValue(UIColorType desiredColor) is not implemented in Uno.");
 }