Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringThe clipboard format of the item to remove.
See Also
SharedData Class
Microsoft.ManagementConsole Namespace
Return to top