ScopeNode.SetAllowedClipboardFormatIdsForPaste Method (String[])
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