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 used for pasting on the scope node.
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[]An array that contains the set of permitted clipboard formats.
See Also
ScopeNode Class
Microsoft.ManagementConsole Namespace
Return to top