Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.