Share via


RunningDocumentTable.GetEnumerator Method

Gets an enumerator of the documents in the Running Document Table.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of RunningDocumentInfo)
'Usage
Dim instance As RunningDocumentTable 
Dim returnValue As IEnumerator(Of RunningDocumentInfo)

returnValue = instance.GetEnumerator()
public IEnumerator<RunningDocumentInfo> GetEnumerator()
public:
virtual IEnumerator<RunningDocumentInfo>^ GetEnumerator() sealed
public final function GetEnumerator() : IEnumerator<RunningDocumentInfo>

Return Value

Type: System.Collections.Generic.IEnumerator<RunningDocumentInfo>
An IEnumerator of type RunningDocumentInfo.

Implements

IEnumerable<T>.GetEnumerator()

.NET Framework Security

See Also

Reference

RunningDocumentTable Class

RunningDocumentTable Members

Microsoft.VisualStudio.Shell Namespace