微软发布Windows 10 Anniversary SDK Preview Build 14332,大量新内容

黄龙山下 UID.862452
2016-04-29 发表

本帖最后由 newsmanager 于 2016-5-3 18:59 编辑

***附件停止解析***

微软今天为 Windows 10 Anniversary SDK Preview (Windows 10 周年更新 SDK 预览)发布了新的更新。Windows 10 Anniversary SDK Preview Build 14332 带来了大量的新内容。新的 SDK 预览更新只针对 Build 14332 或更新版本,所以无法在 Windows 10 Version 1511 上运行,应该是有一些新 API 与周年更新一同到来,但没有提供给 Windows 10 Version 1511。

感兴趣的用户可以***链接停止解析***最新的 SDK 预览更新,以下是 Windows 10 Anniversary SDK Preview Build 14332 存在的已知问题:

桌面应用转换器

桌面应用转换器预览 (Project Centennial) 将无法在 Windows 10 Insider Preview Build 14332 上运行。如果你是一名开发人员,打算利用转换工具转换 UWP 桌面应用,我们建议跳过 Build 14332,直到问题得道修复。

模拟器

当前的已知问题阻止用户为运行在模拟器中的 UWP 应用注入假的位置数据。(Via:***链接停止解析***)


敬告:
为防止不可控的内容风险,本站已关闭新用户注册,新贴的发表及评论;
你现在看到的内容只是互联网用户曾经发表的言论快照,仅用于老用户留存纪念,且仅与科技行业相关,全部内容不代表本站观点及立场;
本站重新开放前已针对包括用户隐私、版权保护、信息安全、国家政策在内的各种互联网法律法规要求,执行了隐患内容的自查、屏蔽和删除;
本站目前所属个人主体,未有任何盈利安排与计划,且与原WFUN.COM所属公司不存在任何关联关系;
如果本帖内容或者相关资源侵犯到您的合法权益,或者您认为存在问题,那么请您务必点此举报或投诉!
全部回复:
思燕 UID.2691256
2016-04-29 使用 Lumia 1520 回复

支持。。。希望更好的玩

YYM2014YM UID.1395081
2016-04-29 使用 Lumia 535 回复

支持越来越好

vbfool UID.352791
2016-04-29 回复

我去,发了两次帖子,都提示我“有黑客攻击拦截”,发帖有长度限制的么?

vbfool UID.352791
2016-04-29 回复

[mw_shl_code=csharp,true]namespace Windows.ApplicationModel
{
public sealed class EnteredBackgroundEventArgs : IEnteredBackgroundEventArgs
public interface IEnteredBackgroundEventArgs
public interface ILeavingBackgroundEventArgs
public sealed class LeavingBackgroundEventArgs : ILeavingBackgroundEventArgs
public sealed class Package
{
IAsyncOperation<bool> VerifyContentIntegrityAsync();
}
public sealed class PackageCatalog
public sealed class PackageInstallingEventArgs
public sealed class PackageStagingEventArgs
public sealed class PackageStatusChangedEventArgs
public sealed class PackageUninstallingEventArgs
public sealed class PackageUpdatingEventArgs
}[/mw_shl_code]

进入后台?退出后台?

vbfool UID.352791
2016-04-29 回复

[mw_shl_code=csharp,true] public sealed class BackgroundActivatedEventArgs : IBackgroundActivatedEventArgs
public sealed class CachedFileUpdaterActivatedEventArgs : IActivatedEventArgs, IActivatedEventArgsWithUser, ICachedFileUpdaterActivatedEventArgs
{
User User { get; }
}
public sealed class DeviceActivatedEventArgs : IActivatedEventArgs, IActivatedEventArgsWithUser, IApplicationViewActivatedEventArgs, IDeviceActivatedEventArgs, IViewSwitcherProvider
{
User User { get; }
}
public sealed class DevicePairingActivatedEventArgs : IActivatedEventArgs, IActivatedEventArgsWithUser, IDevicePairingActivatedEventArgs
{
User User { get; }
}
public sealed class DialReceiverActivatedEventArgs : IActivatedEventArgs, IActivatedEventArgsWithUser, IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, ILaunchActivatedEventArgs, IViewSwitcherProvider
{
User User { get; }
}[/mw_shl_code]

看起来能从后台唤醒app?
可以自己接管电话界面?

wucd UID.573665
2016-04-29 使用 Lumia 1520 回复

厉害,厉害!

vbfool UID.352791
2016-04-29 回复

[mw_shl_code=csharp,true] namespace Windows.Networking.Vpn
{
public sealed class VpnDomainNameInfo
{
IVector<Uri> WebProxyUris { get; }
}
public enum VpnManagementConnectionStatus
public enum VpnManagementErrorStatus
{
AlreadyConnected = 8,
AlreadyDisconnecting = 7,
CannotFindProfile = 6,
CertificateFailure = 12,
DnsNotResolvable = 17,
EapFailure = 10,
GeneralAuthenticationFailure = 9,
InvalidIP = 18,
NoConnection = 14,
ServerConfiguration = 13,
ServerConnection = 15,
SmartCardFailure = 11,
UserNamePassword = 16,
}
public sealed class VpnNativeProfile : IVpnProfile
{
VpnManagementConnectionStatus ConnectionStatus { get; }
bool RequireVpnClientAppUI { get; set; }
}
public sealed class VpnPlugInProfile : IVpnProfile
{
VpnManagementConnectionStatus ConnectionStatus { get; }
bool RequireVpnClientAppUI { get; set; }
}
}[/mw_shl_code]

VPN的,不过到底哪年才能实装啊,现有的API好像都是空的啊。

vbfool UID.352791
2016-04-29 回复

[mw_shl_code=csharp,true] namespace Windows.UI.Input
{
public sealed class RadialController
public sealed class RadialControllerConfiguration
public sealed class RadialControllerMenu
public sealed class RadialControllerMenuItem
public enum RadialControllerMenuKnownIcon
public sealed class RadialControllerRotationChangedEventArgs
public sealed class RadialControllerScreenContact
public sealed class RadialControllerScreenContactContinuedEventArgs
public sealed class RadialControllerScreenContactStartedEventArgs
public enum RadialControllerSystemMenuItemKind
}[/mw_shl_code]

似乎是那个传说中的圆环形的菜单

chooee UID.571307
2016-04-29 使用 Lumia 640 回复

Quotevbfool 发表于 2016-4-29 07:49
我去,发了两次帖子,都提示我“有黑客攻击拦截”,发帖有长度限制的么? ...


人品问题大爆发了,别想太多

131****999 UID.2693216
2016-04-29 使用 Lumia 930 回复

为什么越更新越差!!!

本站使用Golang构建,点击此处申请开源鄂ICP备18029942号-4联系站长投诉/举报