Share via


SharedDataItem Constructor (String)

 

Initializes a new instance of the SharedDataItem class with the specified clipboard format.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public SharedDataItem(
    string clipboardFormatId
)
public:
SharedDataItem(
    String^ clipboardFormatId
)
new : 
        clipboardFormatId:string -> SharedDataItem
Public Sub New (
    clipboardFormatId As String
)

Parameters

  • clipboardFormatId
    Type: System.String

    A string that specifies the clipboard format for the new instance of the SharedDataItem class.

See Also

SharedDataItem Class
Microsoft.ManagementConsole Namespace

Return to top