SmsFormViewControlBase.SetClipboardFormatData Method
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
'Usage
Dim clipboardFormat As String
Dim originalSharedData As WritableSharedData
Dim returnValue As WritableSharedData
returnValue = Me.SetClipboardFormatData(clipboardFormat, originalSharedData)
Syntax
'Declaration
Protected Function SetClipboardFormatData ( _
clipboardFormat As String, _
originalSharedData As WritableSharedData _
) As WritableSharedData
protected WritableSharedData SetClipboardFormatData (
string clipboardFormat,
WritableSharedData originalSharedData
)
protected:
WritableSharedData^ SetClipboardFormatData (
String^ clipboardFormat,
WritableSharedData^ originalSharedData
)
protected WritableSharedData SetClipboardFormatData (
String clipboardFormat,
WritableSharedData originalSharedData
)
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
Reference
SmsFormViewControlBase Class
SmsFormViewControlBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace