RenameFileEntityChangedEventArgs Constructor
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.
Initializes a new instance of the RenameFileEntityChangedEventArgs class.
public:
RenameFileEntityChangedEventArgs(System::String ^ oldPath, System::String ^ newPath, Microsoft::VisualStudio::Workspace::Indexing::FileEntityChanged changeType, bool isFile);
public:
RenameFileEntityChangedEventArgs(Platform::String ^ oldPath, Platform::String ^ newPath, Microsoft::VisualStudio::Workspace::Indexing::FileEntityChanged changeType, bool isFile);
RenameFileEntityChangedEventArgs(std::wstring const & oldPath, std::wstring const & newPath, Microsoft::VisualStudio::Workspace::Indexing::FileEntityChanged changeType, bool isFile);
public RenameFileEntityChangedEventArgs (string oldPath, string newPath, Microsoft.VisualStudio.Workspace.Indexing.FileEntityChanged changeType, bool isFile);
public RenameFileEntityChangedEventArgs (string? oldPath, string newPath, Microsoft.VisualStudio.Workspace.Indexing.FileEntityChanged changeType, bool isFile);
new Microsoft.VisualStudio.Workspace.Indexing.RenameFileEntityChangedEventArgs : string * string * Microsoft.VisualStudio.Workspace.Indexing.FileEntityChanged * bool -> Microsoft.VisualStudio.Workspace.Indexing.RenameFileEntityChangedEventArgs
Public Sub New (oldPath As String, newPath As String, changeType As FileEntityChanged, isFile As Boolean)
Parameters
- oldPath
- String
Original path of the entity
- newPath
- String
New path of the entity
- changeType
- FileEntityChanged
Change type
- isFile
- Boolean
If entity is a file