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.
Retrieves an enumerator with which to enumerate the DDEX provider collection.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator(Of DataProvider)
Implements IEnumerable(Of DataProvider).GetEnumerator
IEnumerator<DataProvider> IEnumerable<DataProvider>.GetEnumerator()
private:
virtual IEnumerator<DataProvider^>^ GetEnumerator() sealed = IEnumerable<DataProvider^>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<DataProvider>
private override GetEnumerator : unit -> IEnumerator<DataProvider>
JScript does not support explicit interface implementations.
Return Value
Type: System.Collections.Generic.IEnumerator<DataProvider>
Returns an IEnumerator object instance to allow enumerating the DDEX provider collection.
Implements
IEnumerable<T>.GetEnumerator()
Remarks
Provides an implementation of the GetEnumerator method.
.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.