Provides access to members that enumerate workspaces.
Members
Name | Description | |
---|---|---|
Clone | Creates a clone of the current enumeration. | |
Next | Retrieves the next Workspace in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. | |
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 |
---|