SharedData.Remove Method (String)

 

Removes the published data with the particular clipboard format, if it exists in the published data.

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

Syntax

public void Remove(
    string clipboardFormatId
)
public:
void Remove(
    String^ clipboardFormatId
)
member Remove : 
        clipboardFormatId:string -> unit
Public Sub Remove (
    clipboardFormatId As String
)

Parameters

  • clipboardFormatId
    Type: System.String

    The clipboard format of the item to remove.

See Also

SharedData Class
Microsoft.ManagementConsole Namespace

Return to top