DirectoryEntryChangedEventArgs.ChangedEntryInfo Property

Definition

Gets information about the directory entry that changed. This may be null if it is too expensive for the provider to supply this information on every change event.

public:
 property Microsoft::VisualStudio::RpcContracts::FileSystem::DirectoryEntryInfo ^ ChangedEntryInfo { Microsoft::VisualStudio::RpcContracts::FileSystem::DirectoryEntryInfo ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.VisualStudio.RpcContracts.FileSystem.DirectoryEntryInfo? ChangedEntryInfo { get; }
[<System.Runtime.Serialization.DataMember>]
member this.ChangedEntryInfo : Microsoft.VisualStudio.RpcContracts.FileSystem.DirectoryEntryInfo
Public ReadOnly Property ChangedEntryInfo As DirectoryEntryInfo

Property Value

Attributes

Applies to