SharedData.GetItem Method (String)

 

Gets a published data item based on the clipboard type.

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

Syntax

public SharedDataItem GetItem(
    string clipboardFormatId
)
public:
SharedDataItem^ GetItem(
    String^ clipboardFormatId
)
member GetItem : 
        clipboardFormatId:string -> SharedDataItem
Public Function GetItem (
    clipboardFormatId As String
) As SharedDataItem

Parameters

  • clipboardFormatId
    Type: System.String

    The clipboard format of the item to get.

Return Value

Type: Microsoft.ManagementConsole.SharedDataItem

The specified data item

See Also

SharedData Class
Microsoft.ManagementConsole Namespace

Return to top