ManifestResourceHandleCollection.Enumerator.IEnumerator.Current 屬性
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集合中位於列舉值目前位置的元素。
property System::Object ^ System::Collections::IEnumerator::Current { System::Object ^ get(); };
C#
object System.Collections.IEnumerator.Current { get; }
member this.System.Collections.IEnumerator.Current : obj
ReadOnly Property Current As Object Implements IEnumerator.Current
位於列舉值中目前位置的集合中的元素。
這個成員是明確介面成員實作, 只有在 ManifestResourceHandleCollection.Enumerator 執行個體轉換成 IEnumerator 介面時,才能使用這個成員。
產品 | 版本 |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
UWP | 10.0 |