VCCodeModel.IsSynchronized Property

Definition

Determines whether VCCodeModel is in sync with the source code for the solution.

public:
 property bool IsSynchronized { bool get(); };
public:
 property bool IsSynchronized { bool get(); };
[System.Runtime.InteropServices.DispId(606)]
public bool IsSynchronized { [System.Runtime.InteropServices.DispId(606)] get; }
[<System.Runtime.InteropServices.DispId(606)>]
[<get: System.Runtime.InteropServices.DispId(606)>]
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

Property Value

Type: Boolean

Attributes

Remarks

This is useful to prevent blocking the calling thread for an undefined period of time while Browsing database is being populated.

Applies to