Sdílet prostřednictvím


XamlLoadPermission.AllowedAccess Vlastnost

Definice

Získá seznam všech XamlAccessLevel hodnot, které představuje 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)

Hodnota vlastnosti

Seznam XamlAccessLevel hodnot jen pro čtení nebo null.

Atributy

Poznámky

Pokud je aktuální XamlLoadPermission inicializován tak, že IsUnrestricted je true, AllowedAccess může být null.

Platí pro