Freigeben über


CortanaSettings.IsSupported Methode

Definition

Ruft ab, ob Cortana-Einstellungen unterstützt werden.

public:
 static bool IsSupported();
 static bool IsSupported();
/// [Windows.Foundation.Metadata.Deprecated("ICortanaSettingsStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.System.SystemManagementContract")]
 static bool IsSupported();
public static bool IsSupported();
[Windows.Foundation.Metadata.Deprecated("ICortanaSettingsStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.System.SystemManagementContract")]
public static bool IsSupported();
function isSupported()
Public Shared Function IsSupported () As Boolean

Gibt zurück

Boolean

bool

True , wenn Cortana-Einstellungen unterstützt werden. Andernfalls lautet der Wert false.

Attribute

Hinweise

Für die CortanaSettings-Klasse muss Package.appmanifest Folgendes hinzugefügt werden:

  • Zum <Packen>
    • IgnorableNamespaces="iot"
  • Unter <Funktionen>
    • <iot:Capability Name="systemManagement"/>

Gilt für: