IEnumWorkspace Interface

Provides access to members that enumerate workspaces.

Members

Name Description
Method Clone Creates a clone of the current enumeration.
Method Next Retrieves the next Workspace in the enumeration sequence.
Method Reset Resets the enumeration sequence to the beginning.
Method Skip Skips the next Workspace in the enumeration.

IEnumWorkspace.Clone Method

Creates a clone of the current enumeration.

Public Sub Clone ( _
    ByRef workspaces As IEnumWorkspace _
)
public void Clone (
    ref IEnumWorkspace workspaces
);

IEnumWorkspace.Next Method

Retrieves the next Workspace in the enumeration sequence.

Public Sub Next ( _
    ByVal numRequested As Integer, _
    ByRef workspaces As IWorkspace, _
    ByRef numFetched As Integer _
)
public void Next (
    int numRequested,
    ref IWorkspace workspaces,
    ref int numFetched
);

IEnumWorkspace.Reset Method

Resets the enumeration sequence to the beginning.

Public Sub Reset ( _
)
public void Reset (
);

IEnumWorkspace.Skip Method

Skips the next Workspace in the enumeration.

Public Sub Skip ( _
    ByVal numToSkip As Integer _
)
public void Skip (
    int numToSkip
);

Classes that implement IEnumWorkspace

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.