XamlLoadPermission.AllowedAccess Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la liste de toutes les valeurs XamlAccessLevel que ce XamlLoadPermission représente.
public:
property System::Collections::Generic::IList<System::Xaml::Permissions::XamlAccessLevel ^> ^ AllowedAccess { System::Collections::Generic::IList<System::Xaml::Permissions::XamlAccessLevel ^> ^ get(); };
public System.Collections.Generic.IList<System.Xaml.Permissions.XamlAccessLevel> AllowedAccess { get; }
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public System.Collections.Generic.IList<System.Xaml.Permissions.XamlAccessLevel> AllowedAccess { get; }
member this.AllowedAccess : System.Collections.Generic.IList<System.Xaml.Permissions.XamlAccessLevel>
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.AllowedAccess : System.Collections.Generic.IList<System.Xaml.Permissions.XamlAccessLevel>
Public ReadOnly Property AllowedAccess As IList(Of XamlAccessLevel)
Valeur de propriété
Liste de valeurs XamlAccessLevel en lecture seule, ou null
.
- Attributs
Remarques
Si le courant XamlLoadPermission est initialisé de telle sorte qu’il IsUnrestricted true
soit , AllowedAccess peut être null
.