Freigeben über


NormalizedSnapshotSpanCollection.ICollection.IsSynchronized-Eigenschaft

Bestimmt, ob diese Auflistung synchronisiert ist.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Private ReadOnly Property IsSynchronized As Boolean 
    Implements ICollection.IsSynchronized
bool ICollection.IsSynchronized { get; }
private:
virtual property bool IsSynchronized {
    bool get () sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool with get 
private override IsSynchronized : bool with get
JScript unterstützt keine expliziten Schnittstellenimplementierungen

Eigenschaftswert

Typ: Boolean
true , wenn die Auflistung synchronisiert ist, andernfalls false.

Implementiert

ICollection.IsSynchronized

.NET Framework-Sicherheit

Siehe auch

Referenz

NormalizedSnapshotSpanCollection Klasse

Microsoft.VisualStudio.Text-Namespace