AddObject

Adds an object to the clipboard.

 

JavaScript

 

AddObject(

       ObjectID)

 

C#

 

void AddObject(

       string ObjectID)

 

C++

 

HRESULT AddObject(

       BSTR ObjectID)

Parameters

ObjectID

The ID of the object to add to the clipboard.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.