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 an enumerator to iterate through the collection
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of PropertyExpression)
public IEnumerator<PropertyExpression> GetEnumerator()
public:
IEnumerator<PropertyExpression^>^ GetEnumerator()
member GetEnumerator : unit -> IEnumerator<PropertyExpression>
public function GetEnumerator() : IEnumerator<PropertyExpression>
Return Value
Type: IEnumerator<PropertyExpression>
IEnumerator reference for iteration
.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.