XamlLoadPermission.AllowedAccess Propriété

Définition

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é

IList<XamlAccessLevel>

Liste de valeurs XamlAccessLevel en lecture seule, ou null.

Attributs

Remarques

Si le courant XamlLoadPermission est initialisé de telle sorte qu’il IsUnrestricted truesoit , AllowedAccess peut être null.

S’applique à