IFsrmMutableCollection.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.
Remarks
All items in the collection must be of the same type.
See Also
IFsrmMutableCollection Interface
Microsoft.Storage Namespace
Return to top