PermissionSet.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’objet racine de la collection actuelle.
public:
virtual property System::Object ^ SyncRoot { System::Object ^ get(); };
public virtual object SyncRoot { get; }
member this.SyncRoot : obj
Public Overridable ReadOnly Property SyncRoot As Object
Valeur de propriété
Objet racine de la collection actuelle.
Implémente
Exemples
L’exemple de code suivant montre l’utilisation de SyncRoot la propriété pour obtenir l’objet racine de la collection active. Cet exemple de code fait partie d’un exemple plus grand fourni pour la PermissionSet classe .
// Display the value of the SyncRoot property.
Console::WriteLine( "SyncRoot property = {0}", ps1->SyncRoot );
// Display the value of the SyncRoot property.
Console.WriteLine("SyncRoot property = " + ps1.SyncRoot);
' Display the value of the SyncRoot property.
Console.WriteLine("SyncRoot property = " & CType(ps1.SyncRoot, PermissionSet).ToString())
Remarques
Cette méthode est nécessaire pour prendre en charge ICollection.