Bagikan melalui


VCDesignElements.GetEnumerator Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
Function GetEnumerator As IEnumerator
'Usage
Dim instance As VCDesignElements 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
IEnumerator GetEnumerator()
IEnumerator^ GetEnumerator()
function GetEnumerator() : IEnumerator

Return Value

Type: System.Collections.IEnumerator

Implements

IEnumerable.GetEnumerator()

.NET Framework Security

See Also

Reference

VCDesignElements Interface

VCDesignElements Members

GetEnumerator Overload

Microsoft.VisualStudio.VCCodeModel Namespace