WritableSharedDataItem Constructor (String, Boolean)
Initializes a new instance of the WritableSharedDataItem class.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public WritableSharedDataItem(
string clipboardFormatId,
bool requiresCallback
)
public:
WritableSharedDataItem(
String^ clipboardFormatId,
bool requiresCallback
)
new :
clipboardFormatId:string *
requiresCallback:bool -> WritableSharedDataItem
Public Sub New (
clipboardFormatId As String,
requiresCallback As Boolean
)
Parameters
clipboardFormatId
Type: System.StringA string that represents the clipboard format for this data item.
requiresCallback
Type: System.BooleanA flag that determines whether the snap-in should be called to provide data, or whether the data provided in the shared data item object should be used.
See Also
WritableSharedDataItem Class
Microsoft.ManagementConsole Namespace
Return to top