IDSRefConsumer.GetNextSiblingNode (Método)

Recupera el identificador del siguiente nodo relacionado de un nodo especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Interop
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)

Sintaxis

'Declaración
Function GetNextSiblingNode ( _
    drnidCurr As IntPtr _
) As IntPtr
IntPtr GetNextSiblingNode(
    IntPtr drnidCurr
)
IntPtr GetNextSiblingNode(
    [InAttribute] IntPtr drnidCurr
)
abstract GetNextSiblingNode : 
        drnidCurr:IntPtr -> IntPtr 
function GetNextSiblingNode(
    drnidCurr : IntPtr
) : IntPtr

Parámetros

  • drnidCurr
    Tipo: System.IntPtr
    [in] DSREFNODEID de los nodos secundarios del nodo relacionado se va a recuperar.

Valor devuelto

Tipo: System.IntPtr
Devuelve NOERROR si correctamente.De lo contrario, devuelve un código sin especificar del error.

Ejemplos

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

Seguridad de .NET Framework

Vea también

Referencia

IDSRefConsumer Interfaz

Microsoft.VisualStudio.Data.Interop (Espacio de nombres)