IFsrmCommittableCollection.Add Method (Object)
Adds an object to the collection.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void Add(
object Item
)
void Add(
Object^ Item
)
abstract Add :
Item:Object -> unit
Sub Add (
Item As Object
)
Parameters
Item
Type: System.ObjectA VARIANT that contains the IDispatch interface of the object to add to the collection. Set the variant type to VT_DISPATCH and the pdispVal member to the IDispatch interface of the object.
Implements
IFsrmMutableCollection.Add(Object)
See Also
IFsrmCommittableCollection Interface
Microsoft.Storage Namespace
Return to top