Share via


ScopeNode.GetAllowedClipboardFormatIdsForPaste Method ()

 

Gets the set of clipboard formats that can be pasted on this node.

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 in sorted order.

See Also

ScopeNode Class
Microsoft.ManagementConsole Namespace

Return to top