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.
Gets 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 string[] GetAllowedClipboardFormatIdsForPaste()
public:
array<String^>^ GetAllowedClipboardFormatIdsForPaste()
member GetAllowedClipboardFormatIdsForPaste : unit -> string[]
Public Function GetAllowedClipboardFormatIdsForPaste As String()
Return Value
Type: System.String[]
The list of clipboard formats.
See Also
SelectionData Class
Microsoft.ManagementConsole Namespace
Return to top