Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the set of clipboard formats that can be pasted on the current selection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void SetAllowedClipboardFormatIdsForPaste(
string[] clipboardFormats
)
public:
void SetAllowedClipboardFormatIdsForPaste(
array<String^>^ clipboardFormats
)
member SetAllowedClipboardFormatIdsForPaste :
clipboardFormats:string[] -> unit
Public Sub SetAllowedClipboardFormatIdsForPaste (
clipboardFormats As String()
)
Parameters
clipboardFormats
Type: System.String[]The new set of clipboard formats.
See Also
SelectionData Class
Microsoft.ManagementConsole Namespace
Return to top