DirectoryEntryChangedEventArgs.ChangedEntryInfo 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 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