Partager via


IsolatedWindowsEnvironmentOptions.WindowAnnotationOverride Propriété

Définition

Action déconseillée. Chaîne qui définit la valeur de l’annotation de titre de fenêtre à définir pour les fenêtres d’environnement Windows isolés.

public:
 property Platform::String ^ WindowAnnotationOverride { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring WindowAnnotationOverride();

void WindowAnnotationOverride(winrt::hstring value);
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
winrt::hstring WindowAnnotationOverride();

void WindowAnnotationOverride(winrt::hstring value);
public string WindowAnnotationOverride { get; set; }
public string WindowAnnotationOverride { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] set; }
var string = isolatedWindowsEnvironmentOptions.windowAnnotationOverride;
isolatedWindowsEnvironmentOptions.windowAnnotationOverride = string;
Public Property WindowAnnotationOverride As String

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne pour WindowAnnotationOverride

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 2104 (introduit dans 10.0.20348.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduit dans v3.0)

Remarques

Avertissement

Il s’agit d’une API déconseillée.

WindowAnnotationOverride modifie la valeur de chaîne qui sera ajoutée au titre de la fenêtre d’une fenêtre Environnement Windows isolé. Par défaut, cette annotation est définie sur « in Protection d'application ».

S’applique à