Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.