CortanaPermissionsManager.GetDefault Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Получает разрешения Кортаны для текущего пользователя.
public:
static CortanaPermissionsManager ^ GetDefault();
static CortanaPermissionsManager GetDefault();
/// [Windows.Foundation.Metadata.Deprecated("ICortanaPermissionsManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
static CortanaPermissionsManager GetDefault();
public static CortanaPermissionsManager GetDefault();
[Windows.Foundation.Metadata.Deprecated("ICortanaPermissionsManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public static CortanaPermissionsManager GetDefault();
function getDefault()
Public Shared Function GetDefault () As CortanaPermissionsManager
Возвращаемое значение
- Атрибуты
Требования к Windows
Возможности приложения |
cortanaPermissions
|
Комментарии
Класс CortanaPermissionManager требует добавления в package.appmanifest следующее:
- В <пакет>
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="rescap"
- В разделе <Возможности>
<rescap:capability name="cortanaPermissions"/>