WritableSharedData.Remove Method (String)
Removes the published data with the specified 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 identifier of the item to remove.
See Also
WritableSharedData Class
Microsoft.ManagementConsole Namespace
Return to top