IDSRefProvider.CreateNextSiblingNode(IntPtr) 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.
Crée un autre nœud frère sur un nœud enfant.
public:
IntPtr CreateNextSiblingNode(IntPtr drnidCurr);
public IntPtr CreateNextSiblingNode (IntPtr drnidCurr);
abstract member CreateNextSiblingNode : nativeint -> nativeint
Public Function CreateNextSiblingNode (drnidCurr As IntPtr) As IntPtr
Paramètres
- drnidCurr
- IntPtr
dans DSREFNODEID du nœud enfant vers lequel le nœud frère doit être créé.
Retours
Retourne NOERROR en cas de réussite. Sinon, elle retourne un code d’erreur non spécifié.