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