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 a strongly-typed enumerator for this collection.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Function GetEnumerator As ReadOnlyLinkedElementCollection<T>.Enumerator
'Usage
Dim instance As ReadOnlyLinkedElementCollection
Dim returnValue As ReadOnlyLinkedElementCollection<T>.Enumerator
returnValue = instance.GetEnumerator()
public ReadOnlyLinkedElementCollection<T>.Enumerator GetEnumerator()
public:
ReadOnlyLinkedElementCollection<T>.Enumerator GetEnumerator()
public function GetEnumerator() : ReadOnlyLinkedElementCollection<T>.Enumerator
Return Value
Type: Microsoft.VisualStudio.Modeling.ReadOnlyLinkedElementCollection<T>.Enumerator
An ElementCollection enumerator.
.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.
See Also
Reference
ReadOnlyLinkedElementCollection<T> Class