MatchCollection.SyncRoot Propriedade
Definição
Obtém um objeto que pode ser usado para sincronizar o acesso à coleção.Gets an object that can be used to synchronize access to the collection.
public:
property System::Object ^ SyncRoot { System::Object ^ get(); };
public object SyncRoot { get; }
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object
Valor da propriedade
Um objeto que pode ser usado para sincronizar o acesso à coleção.An object that can be used to synchronize access to the collection. Essa propriedade sempre retorna o próprio objeto.This property always returns the object itself.
Implementações
Comentários
Aviso
Este membro não está presente na biblioteca de classes portátil.This member is not present in the Portable Class Library. Se você estiver desenvolvendo aplicativos direcionados para a biblioteca de classes portátil, use a MatchCollection.ICollection.SyncRoot propriedade em vez disso.If you are developing applications that target the Portable Class Library, use the MatchCollection.ICollection.SyncRoot property instead.