Sets the clipboard formats for items that are pasted onto the console parent node. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim restrictedClipboardFormats As List(Of String)
Dim unrestrictedClipboardFormats As List(Of String)

Me.SetClipboardFormats(restrictedClipboardFormats, unrestrictedClipboardFormats)

Syntax

Visual Basic
Protected Sub SetClipboardFormats ( _
		restrictedClipboardFormats As List(Of String), _
		unrestrictedClipboardFormats As List(Of String) _
)
C#
protected void SetClipboardFormats (
		List<string> restrictedClipboardFormats,
		List<string> unrestrictedClipboardFormats
)
C++
protected:
void SetClipboardFormats (
		List<String^>^ restrictedClipboardFormats, 
		List<String^>^ unrestrictedClipboardFormats
)
J#
protected void SetClipboardFormats (
		List<String> restrictedClipboardFormats, 
		List<String> unrestrictedClipboardFormats
)
JScript
protected function SetClipboardFormats (
		restrictedClipboardFormats : List<String>, 
		unrestrictedClipboardFormats : List<String>
)

Parameters

restrictedClipboardFormats

[in] System.Collections.Generic.List object that represents restricted formats.

unrestrictedClipboardFormats

[in] System.Collections.Generic.List object that represents unrestricted formats.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also