GraphSetterCollection.GetEnumerator Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
IEnumerable<Setter> implementation
Namespace: Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of GraphSetter)
public IEnumerator<GraphSetter> GetEnumerator()
public:
virtual IEnumerator<GraphSetter^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<GraphSetter>
override GetEnumerator : unit -> IEnumerator<GraphSetter>
public final function GetEnumerator() : IEnumerator<GraphSetter>
Return Value
Type: System.Collections.Generic.IEnumerator<GraphSetter>
The type enumerator for the collection
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.