XamlLoadPermission.AllowedAccess Propriété

Définition

Obtient la liste de toutes les XamlAccessLevel valeurs que cela XamlLoadPermission représente.

public:
 property System::Collections::Generic::IList<System::Xaml::Permissions::XamlAccessLevel ^> ^ AllowedAccess { System::Collections::Generic::IList<System::Xaml::Permissions::XamlAccessLevel ^> ^ get(); };
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public System.Collections.Generic.IList<System.Xaml.Permissions.XamlAccessLevel> AllowedAccess { get; }
public System.Collections.Generic.IList<System.Xaml.Permissions.XamlAccessLevel> AllowedAccess { get; }
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.AllowedAccess : System.Collections.Generic.IList<System.Xaml.Permissions.XamlAccessLevel>
member this.AllowedAccess : System.Collections.Generic.IList<System.Xaml.Permissions.XamlAccessLevel>
Public ReadOnly Property AllowedAccess As IList(Of XamlAccessLevel)

Valeur de propriété

Liste en lecture seule de XamlAccessLevel valeurs, ou null.

Attributs

Remarques

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

S’applique à