다음을 통해 공유


FsrmFileScreenManagerClass Class

 

Used to manage file screen objects.

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

Inheritance Hierarchy

System.Object
  Microsoft.Storage.FsrmFileScreenManagerClass

Syntax

[ClassInterfaceAttribute(0)]
[GuidAttribute("95941183-DB53-4C5F-B37B-7D0921CF9DC7")]
public class FsrmFileScreenManagerClass : IFsrmFileScreenManager, 
    FsrmFileScreenManager
[ClassInterfaceAttribute(0)]
[GuidAttribute("95941183-DB53-4C5F-B37B-7D0921CF9DC7")]
public ref class FsrmFileScreenManagerClass : IFsrmFileScreenManager, 
    FsrmFileScreenManager
[<ClassInterfaceAttribute(0)>]
[<GuidAttribute("95941183-DB53-4C5F-B37B-7D0921CF9DC7")>]
type FsrmFileScreenManagerClass = 
    class
        interface IFsrmFileScreenManager
        interface FsrmFileScreenManager
    end
<ClassInterfaceAttribute(0)>
<GuidAttribute("95941183-DB53-4C5F-B37B-7D0921CF9DC7")>
Public Class FsrmFileScreenManagerClass
    Implements IFsrmFileScreenManager, FsrmFileScreenManager

Constructors

Name Description
System_CAPS_pubmethod FsrmFileScreenManagerClass()

Creates a new instance of the FsrmFileScreenManagerClass object.

Properties

Name Description
System_CAPS_pubproperty ActionVariableDescriptions

Retrieves the descriptions for the macros contained in the IFsrmFileScreenManager.ActionVariables property.

System_CAPS_pubproperty ActionVariables

Retrieves a list of macros that you can specify in action property values.

Methods

Name Description
System_CAPS_pubmethod CreateFileScreen(String)

Creates a file screen object.

System_CAPS_pubmethod CreateFileScreenCollection()

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

System_CAPS_pubmethod CreateFileScreenException(String)

Creates a file screen exception object.

System_CAPS_pubmethod EnumFileScreenExceptions(String, _FsrmEnumOptions)

Enumerates the file screen exceptions for the specified directory and its subdirectories.

System_CAPS_pubmethod EnumFileScreens(String, _FsrmEnumOptions)

Enumerates the file screen exceptions for the specified directory and its subdirectories.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetFileScreen(String)

Retrieves the specified file screen.

System_CAPS_pubmethod GetFileScreenException(String)

Retrieves the specified file screen exception.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

FsrmFileScreenManager
Microsoft.Storage Namespace

Return to top