Compartilhar via


Propriedade NormalizedSnapshotSpanCollection.ICollection.IsSynchronized

Determina se essa coleção é sincronizada.

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

Sintaxe

'Declaração
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 não oferece suporte a implementações explícitas da interface.

Valor de propriedade

Tipo: Boolean
true Se a coleção é sincronizada, caso contrário, false.

Implementações

ICollection.IsSynchronized

Segurança do .NET Framework

Consulte também

Referência

NormalizedSnapshotSpanCollection Classe

Namespace Microsoft.VisualStudio.Text