다음을 통해 공유


FsrmFileScreenManager Interface

 

Used to manage file screen objects. All methods and properties of the IFsrmFileScreenManager interface are available in this class. To create this object from a script, use the "Fsrm.FsrmFileScreenManager" program identifier.

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

Syntax

[GuidAttribute("FF4FA04E-5A94-4BDA-A3A0-D5B4D3C52EBA")]
public interface FsrmFileScreenManager : IFsrmFileScreenManager
[GuidAttribute("FF4FA04E-5A94-4BDA-A3A0-D5B4D3C52EBA")]
public interface class FsrmFileScreenManager : IFsrmFileScreenManager
[<GuidAttribute("FF4FA04E-5A94-4BDA-A3A0-D5B4D3C52EBA")>]
type FsrmFileScreenManager = 
    interface
        interface IFsrmFileScreenManager
    end
<GuidAttribute("FF4FA04E-5A94-4BDA-A3A0-D5B4D3C52EBA")>
Public Interface FsrmFileScreenManager
    Inherits IFsrmFileScreenManager

Properties

Name Description
System_CAPS_pubproperty ActionVariableDescriptions

Retrieves the descriptions for the macros contained in the IFsrmFileScreenManager.ActionVariables property.(Inherited from IFsrmFileScreenManager.)

System_CAPS_pubproperty ActionVariables

Retrieves a list of macros that you can specify in action property values.(Inherited from IFsrmFileScreenManager.)

Methods

Name Description
System_CAPS_pubmethod CreateFileScreen(String)

Creates a file screen object.(Inherited from IFsrmFileScreenManager.)

System_CAPS_pubmethod CreateFileScreenCollection()

Creates an empty collection to which you can add file screens.(Inherited from IFsrmFileScreenManager.)

System_CAPS_pubmethod CreateFileScreenException(String)

Creates a file screen exception object.(Inherited from IFsrmFileScreenManager.)

System_CAPS_pubmethod EnumFileScreenExceptions(String, _FsrmEnumOptions)

Enumerates the file screen exceptions for the specified directory and its subdirectories.(Inherited from IFsrmFileScreenManager.)

System_CAPS_pubmethod EnumFileScreens(String, _FsrmEnumOptions)

Enumerates the file screens for the specified directory and its subdirectories.(Inherited from IFsrmFileScreenManager.)

System_CAPS_pubmethod GetFileScreen(String)

Retrieves the specified file screen.(Inherited from IFsrmFileScreenManager.)

System_CAPS_pubmethod GetFileScreenException(String)

Retrieves the specified file screen exception.(Inherited from IFsrmFileScreenManager.)

Remarks

FSRM implements this class.

See Also

IFsrmFileScreenManager
Microsoft.Storage Namespace

Return to top