Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UIPermission Constructor (UIPermissionClipboard)

 

Initializes a new instance of the UIPermission class with the permissions for the Clipboard, and no access to windows.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
UIPermission(
	UIPermissionClipboard clipboardFlag
)

Parameters

clipboardFlag
Type: System.Security.Permissions::UIPermissionClipboard

One of the enumeration values.

Exception Condition
ArgumentException

The clipboardFlag parameter is not a valid UIPermissionClipboard value.

To set both the Clipboard and window permissions, use the constructor that takes parameters for both.

The following code example shows the use of the UIPermission::UIPermission(UIPermissionClipboard) constructor. This example is part of a larger example provided for the UIPermission class.

uiPerm1 = gcnew UIPermission(UIPermissionClipboard::AllClipboard);

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft