Share via


XamlLoadPermission.AllowedAccess Proprietà

Definizione

Ottiene l'elenco di tutti i valori XamlAccessLevel rappresentato dall'oggetto XamlLoadPermission.

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)

Valore della proprietà

Elenco di sola lettura di valori XamlAccessLevel o null.

Attributi

Commenti

Se l'oggetto corrente XamlLoadPermission viene inizializzato in modo che IsUnrestricted sia true, AllowedAccess può essere null.

Si applica a