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

'宣言
Public Function GetEnumerator As IEnumerator(Of RunningDocumentInfo)
'使用
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()

Permissions

See Also

Reference

RunningDocumentTable Class

RunningDocumentTable Members

Microsoft.VisualStudio.Shell Namespace