VCFileCodeModel.IsSynchronized Property

Not implemented.

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: System.Boolean
Always false.

.NET Framework Security

See Also

Reference

VCFileCodeModel Interface

Microsoft.VisualStudio.VCCodeModel Namespace