Udostępnij za pośrednictwem


XamlLoadPermission.AllowedAccess Właściwość

Definicja

Pobiera listę wszystkich XamlAccessLevel wartości, które XamlLoadPermission reprezentuje.

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)

Wartość właściwości

Lista XamlAccessLevel wartości tylko do odczytu lub null.

Atrybuty

Uwagi

Jeśli bieżąca wartość XamlLoadPermission jest zainicjowana tak, że IsUnrestricted jest trueto , AllowedAccess może to być null.

Dotyczy