Activity.Enumerator<T> 結構
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉儲存在物件上的 Activity 數據。
public: generic <typename T>
value class Activity::Enumerator
C#
public struct Activity.Enumerator<T>
type Activity.Enumerator<'T> = struct
Public Structure Activity.Enumerator(Of T)
- T
要列舉的類型。
- 繼承
Current |
取得位於目前列舉值位置的項目。 |
Get |
傳回列舉值,逐一查看儲存在 Activity 對象上的數據。 |
Move |
將列舉值前進到數據的下一個專案。 |
產品 | 版本 |
---|---|
.NET | 7, 8, 9 |