XamlLoadPermission Constructor (XamlAccessLevel^)
.NET Framework (current version)
Initializes a new instance of the XamlLoadPermission class, using a single XamlAccessLevel value.
Assembly: System.Xaml (in System.Xaml.dll)
Parameters
- allowedAccess
-
Type:
System.Xaml.Permissions::XamlAccessLevel^
The defining XamlAccessLevel value.
| Exception | Condition |
|---|---|
| ArgumentNullException | allowedAccess is null. |
A call to this constructor initializes the AllowedAccess collection with allowedAccess as the only item, and sets the return for IsUnrestricted to false in the created instance.
.NET Framework
Available since 4.0
Available since 4.0
Show: