IsSynchronized Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value that indicates whether access to the ICollection interface is synchronized (that is, thread-safe).

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsSynchronized As Boolean
public virtual bool IsSynchronized { get; }
public:
virtual property bool IsSynchronized {
    bool get ();
}
abstract IsSynchronized : bool
override IsSynchronized : bool
function get IsSynchronized () : boolean

Property Value

Type: System. . :: . .Boolean
true if access to the ICollection interface is synchronized; otherwise, false.

Implements

ICollection. . :: . .IsSynchronized

.NET Framework Security

See Also

Reference

UIElementCollection Class

Microsoft.SPOT.Presentation Namespace