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
'Dichiarazione
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
- 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.