DirectoryEntry.MoveTo Méthode
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.
Déplace ce DirectoryEntry.
Surcharges
MoveTo(DirectoryEntry) |
Déplace cet objet DirectoryEntry vers le parent spécifié. |
MoveTo(DirectoryEntry, String) |
Déplace cet objet DirectoryEntry vers le parent spécifié et modifie son nom en lui affectant la valeur spécifiée. |
MoveTo(DirectoryEntry)
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
Déplace cet objet DirectoryEntry vers le parent spécifié.
public:
void MoveTo(System::DirectoryServices::DirectoryEntry ^ newParent);
public void MoveTo (System.DirectoryServices.DirectoryEntry newParent);
member this.MoveTo : System.DirectoryServices.DirectoryEntry -> unit
Public Sub MoveTo (newParent As DirectoryEntry)
Paramètres
- newParent
- DirectoryEntry
Parent vers lequel déplacer cette entrée.
Exceptions
Le DirectoryEntry spécifié n'est pas un conteneur.
Remarques
Si UsePropertyCache est true
, appelez la CommitChanges méthode sur le nouvel objet pour rendre le déplacement permanent.
Voir aussi
S’applique à
MoveTo(DirectoryEntry, String)
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
Déplace cet objet DirectoryEntry vers le parent spécifié et modifie son nom en lui affectant la valeur spécifiée.
public:
void MoveTo(System::DirectoryServices::DirectoryEntry ^ newParent, System::String ^ newName);
public void MoveTo (System.DirectoryServices.DirectoryEntry newParent, string newName);
public void MoveTo (System.DirectoryServices.DirectoryEntry newParent, string? newName);
member this.MoveTo : System.DirectoryServices.DirectoryEntry * string -> unit
Public Sub MoveTo (newParent As DirectoryEntry, newName As String)
Paramètres
- newParent
- DirectoryEntry
Parent vers lequel déplacer cette entrée.
- newName
- String
Nouveau nom de cette entrée.
Exceptions
Le DirectoryEntry spécifié n'est pas un conteneur.
Remarques
Si UsePropertyCache est true
, appelez CommitChanges le nouvel objet pour que le déplacement soit permanent.