IDSRefConsumer.GetNextSiblingNode, méthode

Récupère l'identificateur du premier nœud frère d'un nœud spécifié.

Espace de noms :  Microsoft.VisualStudio.Data.Services.SupportEntities.Interop
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Function GetNextSiblingNode ( _
    drnidCurr As IntPtr _
) As IntPtr
IntPtr GetNextSiblingNode(
    IntPtr drnidCurr
)
IntPtr GetNextSiblingNode(
    IntPtr drnidCurr
)
abstract GetNextSiblingNode : 
        drnidCurr:IntPtr -> IntPtr 
function GetNextSiblingNode(
    drnidCurr : IntPtr
) : IntPtr

Paramètres

  • drnidCurr
    Type : System.IntPtr
    DSREFNODEID du nœud enfant dont le nœud frère doit être récupéré.

Valeur de retour

Type : System.IntPtr
NOERROR si l'opération a réussi ; sinon, un code non spécifié d'échec.

Exemples

C++

IDSRefConsumer* m_srpCurrentDSRef;
DSREFNODEID idLast;
DSREFNODEID idCur;
m_srpCurrentDSRef->GetNextSiblingNode(idLast, &idCur);

Sécurité .NET Framework

Voir aussi

Référence

IDSRefConsumer Interface

Microsoft.VisualStudio.Data.Services.SupportEntities.Interop, espace de noms