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
bool IsSynchronized { get; }
property bool IsSynchronized {
bool get ();
}
abstract IsSynchronized : bool with get
function get IsSynchronized () : boolean
Property Value
Type: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.VCCodeModel Namespace
Project and Solution Files