Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an empty collection to which you can add file screens.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual IFsrmCommittableCollection CreateFileScreenCollection()
public:
virtual IFsrmCommittableCollection^ CreateFileScreenCollection()
abstract CreateFileScreenCollection : unit -> IFsrmCommittableCollection
override CreateFileScreenCollection : unit -> IFsrmCommittableCollection
Public Overridable 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 IFsrmMutableCollection.Add method.
Implements
IFsrmFileScreenManager.CreateFileScreenCollection()
Remarks
After adding the file screens to the collection, call the Commit method.
See Also
IFsrmFileScreenManager
FsrmFileScreenManager
FsrmFileScreenManagerClass Class
Microsoft.Storage Namespace
Return to top