VCCodeModel.IsSynchronized Property
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.
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.