DirectoryEntryChangedEventArgs.WatchResult Property

Definition

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

Applies to