IVsFileChangeEx3.IgnoreDir(String, Boolean) Method
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.
public:
void IgnoreDir(System::String ^ directory, bool ignore);
public void IgnoreDir (string directory, bool ignore);
abstract member IgnoreDir : string * bool -> unit
Public Sub IgnoreDir (directory As String, ignore As Boolean)
Parameters
- directory
- String
- ignore
- Boolean
Implements
Remarks
This method must be accessed on the main thread.