IFsrmFileScreenManager.CreateFileScreenCollection Method ()

 

Creates an empty collection to which you can add file screens.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

IFsrmCommittableCollection CreateFileScreenCollection()
IFsrmCommittableCollection^ CreateFileScreenCollection()
abstract CreateFileScreenCollection : unit -> IFsrmCommittableCollection
Function CreateFileScreenCollection As IFsrmCommittableCollection

Return Value

Type: Microsoft.Storage.IFsrmCommittableCollection

Returns a IFsrmCommittableCollection interface to the newly created collection. To add an object to the collection, call the Add method.

Remarks

After adding the file screens to the collection, call the Commit method.

See Also

FsrmFileScreenManager
IFsrmFileScreenManager Interface
Microsoft.Storage Namespace

Return to top