ListSortDescriptionCollection.ICollection.SyncRoot Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'instance actuelle qui peut être utilisée pour synchroniser l'accès à la collection.
property System::Object ^ System::Collections::ICollection::SyncRoot { System::Object ^ get(); };
object System.Collections.ICollection.SyncRoot { get; }
member this.System.Collections.ICollection.SyncRoot : obj
ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot
Valeur de propriété
Instance actuelle de ListSortDescriptionCollection.
Implémente
Remarques
Cette implémentation retourne la instance actuelle de , ListSortDescriptionCollectioncar cette collection, une fois construite, n’autorise pas l’accès public à la liste sous-jacente.
Pour plus d’informations sur la ICollection.SyncRoot méthode, consultez la ICollection.SyncRoot propriété .