PropertyExpressionCollection.GetEnumerator 方法
命名空間: Microsoft.VisualStudio.TestTools.UITesting
組件: Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
語法
'宣告
Public Function GetEnumerator As IEnumerator(Of PropertyExpression)
public IEnumerator<PropertyExpression> GetEnumerator()
public:
virtual IEnumerator<PropertyExpression^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<PropertyExpression>
override GetEnumerator : unit -> IEnumerator<PropertyExpression>
public final function GetEnumerator() : IEnumerator<PropertyExpression>
傳回值
類型:IEnumerator<PropertyExpression>
實作
IEnumerable.GetEnumerator
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。