DirectoryEntryChangedEventArgs.WatchResult 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 identifier for the call to WatchDirectoryAsync(Uri, Boolean, CancellationToken) that resulted in this event being raised.
public:
property Microsoft::VisualStudio::RpcContracts::FileSystem::WatchResult ^ WatchResult { Microsoft::VisualStudio::RpcContracts::FileSystem::WatchResult ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.VisualStudio.RpcContracts.FileSystem.WatchResult WatchResult { get; }
[<System.Runtime.Serialization.DataMember>]
member this.WatchResult : Microsoft.VisualStudio.RpcContracts.FileSystem.WatchResult
Public ReadOnly Property WatchResult As WatchResult
Property Value
- Attributes