Share via


SelectionData.GetAllowedClipboardFormatIdsForPaste Method ()

 

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