Visual3DCollection.Enumerator
Visual3DCollection.Enumerator
Visual3DCollection.Enumerator
Visual3DCollection.Enumerator
Struct
Definition
Enumerates Visual3D items in a Visual3DCollection.
public: value class Visual3DCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Media3D::Visual3D ^>
public struct Visual3DCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Media3D.Visual3D>
type Visual3DCollection.Enumerator = struct
interface IEnumerator<Visual3D>
interface IDisposable
interface IEnumerator
Public Structure Visual3DCollection.Enumerator
Implements IEnumerator(Of Visual3D)
- Inheritance
- Implements
Properties
Current Current Current Current |
Gets the current element in the collection. |
Methods
MoveNext() MoveNext() MoveNext() MoveNext() |
Advances the enumerator to the next element in the collection. |
Reset() Reset() Reset() Reset() |
Resets the enumerator to its initial position, which is before the first element in the collection. |
Explicit Interface Implementations
IEnumerator.Current IEnumerator.Current IEnumerator.Current IEnumerator.Current |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IDisposable.Dispose() IDisposable.Dispose() IDisposable.Dispose() IDisposable.Dispose() |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...