Share via


SuspendThreadSafeFileWatcher Class

Used to suspend a project's file manager, so that changes on disk are not received by its file watcher.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class SuspendThreadSafeFileWatcher _
    Implements IDisposable
'Usage
Dim instance As SuspendThreadSafeFileWatcher
[CLSCompliantAttribute(false)]
public sealed class SuspendThreadSafeFileWatcher : IDisposable
[CLSCompliantAttribute(false)]
public ref class SuspendThreadSafeFileWatcher sealed : IDisposable
public final class SuspendThreadSafeFileWatcher implements IDisposable
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type SuspendThreadSafeFileWatcher =  
    class
        interface IDisposable
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities.SuspendThreadSafeFileWatcher

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SuspendThreadSafeFileWatcher Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace