DirectoryEntryChangedEventArgs.ChangeType 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 type of change event that occurred.
public:
property Microsoft::VisualStudio::RpcContracts::FileSystem::DirectoryEntryChangeType ChangeType { Microsoft::VisualStudio::RpcContracts::FileSystem::DirectoryEntryChangeType get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.VisualStudio.RpcContracts.FileSystem.DirectoryEntryChangeType ChangeType { get; }
[<System.Runtime.Serialization.DataMember>]
member this.ChangeType : Microsoft.VisualStudio.RpcContracts.FileSystem.DirectoryEntryChangeType
Public ReadOnly Property ChangeType As DirectoryEntryChangeType
Property Value
- Attributes