次の方法で共有


IFileEntityAsyncEnumerator.Current Property

Definition

Gets the current element of the enumeration. The returned value is undefined before the first call to MoveNextAsync(CancellationToken) and following a call to MoveNext that returned false. Multiple calls to Current with no intervening calls to MoveNextAsync(CancellationToken) will return the same object.

public:
 property Microsoft::VisualStudio::Shell::Internal::FileEnumerationService::FileEntity ^ Current { Microsoft::VisualStudio::Shell::Internal::FileEnumerationService::FileEntity ^ get(); };
public Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntity Current { get; }
member this.Current : Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntity
Public ReadOnly Property Current As FileEntity

Property Value

Applies to