IFileEntityAsyncEnumerator.Current Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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