IFsrmFileScreenBase.EnumActions Method ()
Enumerates all the actions for the file screen object.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmCollection EnumActions()
IFsrmCollection^ EnumActions()
abstract EnumActions : unit -> IFsrmCollection
Function EnumActions As IFsrmCollection
Return Value
Type: Microsoft.Storage.IFsrmCollection
A IFsrmCollection containing a collection of actions that are defined for the object.
Each item of the collection is a VARIANT of type VT_DISPATCH. Query the pdispVal member for the IFsrmAction interface. You can then use the ActionType property to determine the type of action.
See Also
IFsrmFileScreenBase Interface
Microsoft.Storage Namespace
Return to top