Sets the clipboard format data for the form view control. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim clipboardFormat As String
Dim originalSharedData As WritableSharedData
Dim returnValue As WritableSharedData

returnValue = Me.SetClipboardFormatData(clipboardFormat, originalSharedData)

Syntax

Visual Basic
Protected Function SetClipboardFormatData ( _
		clipboardFormat As String, _
		originalSharedData As WritableSharedData _
) As WritableSharedData
C#
protected WritableSharedData SetClipboardFormatData (
		string clipboardFormat,
		WritableSharedData originalSharedData
)
C++
protected:
WritableSharedData^ SetClipboardFormatData (
		String^ clipboardFormat, 
		WritableSharedData^ originalSharedData
)
J#
protected WritableSharedData SetClipboardFormatData (
		String clipboardFormat, 
		WritableSharedData originalSharedData
)
JScript
protected function SetClipboardFormatData (
		clipboardFormat : String, 
		originalSharedData : WritableSharedData
) : WritableSharedData

Parameters

clipboardFormat

[in] Clipboard format to set.

originalSharedData

[in] Microsoft.ManagementConsole.WritableSharedData object that is used by the console parent node to publish data to the Configuration Manager console snap-in.

Return Value

Microsoft.ManagementConsole.WritableSharedData object.

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