This document is archived and information here might be outdated. Recommended version. |
Objects to be added.
[Visual Basic .NET] Public Property Adds As IDataObjects
[C#] public IDataObjects Adds {get; set;}
[C++]
HRESULT get_Adds(
IDataObjects** addObjects
);
[C++]
HRESULT putref_Adds(
IDataObjects* addObjects
);
[C++] Parameters addObjects [out, retval]
addObjects is a parameter of type IDataObjects** addObjects [in]
addObjects is a parameter of type IDataObjects*