PermissionSet.IsSynchronized 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 une valeur indiquant si la collection est garantie thread-safe.
public:
virtual property bool IsSynchronized { bool get(); };
public virtual bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public Overridable ReadOnly Property IsSynchronized As Boolean
Valeur de propriété
Toujours false
.
Implémente
Exemples
L’exemple de code suivant montre la valeur retournée par la IsSynchronized propriété . Cet exemple de code fait partie d’un exemple plus grand fourni pour la PermissionSet classe .
// Display the value of the IsSynchronized property.
Console::WriteLine( "IsSynchronized property = {0}", ps1->IsSynchronized );
// Display the value of the IsSynchronized property.
Console.WriteLine("IsSynchronized property = " + ps1.IsSynchronized);
' Display the value of the IsSynchronized property.
Console.WriteLine("IsSynchronized property = " & ps1.IsSynchronized)
Remarques
PermissionSet ne gère pas automatiquement la sécurité des threads, donc cette propriété est toujours false
.
Cette méthode est nécessaire pour prendre en charge ICollection.