ProjectHostItemCollection.IsSynchronized Property

Gets a value that indicates whether access to the ProjectHostItemCollection is synchronized (thread safe). This property returns false in all cases.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property IsSynchronized As Boolean
'Usage
Dim instance As ProjectHostItemCollection 
Dim value As Boolean 

value = instance.IsSynchronized
public bool IsSynchronized { get; }
public:
virtual property bool IsSynchronized {
    bool get () sealed;
}
public final function get IsSynchronized () : boolean

Property Value

Type: System.Boolean
false in all cases.

Implements

ICollection.IsSynchronized

.NET Framework Security

See Also

Reference

ProjectHostItemCollection Class

ProjectHostItemCollection Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace