VCCodeModel.IsSynchronized Property

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

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
ReadOnly Property IsSynchronized As Boolean
    Get
bool IsSynchronized { get; }
property bool IsSynchronized {
    bool get ();
}
abstract IsSynchronized : bool
function get IsSynchronized () : boolean

Property Value

Type: System.Boolean
Type: [System.Boolean]

Remarks

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

.NET Framework Security

See Also

Reference

VCCodeModel Interface

Microsoft.VisualStudio.VCCodeModel Namespace

Project and Solution Files