Partilhar via


Método IDSRefConsumer.GetNextSiblingNode

Recupera o identificador do nó seguir irmãos de um nó especificado.

Namespace:  Microsoft.VisualStudio.Data.Interop
Assembly:  Microsoft.VisualStudio.Data (em Microsoft.VisualStudio.Data.dll)

Sintaxe

'Declaração
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 do nó filho do nó irmãos deve ser recuperado.

Valor de retorno

Tipo: System.IntPtr
Retorna se NOERROR com êxito.Caso contrário, retorna um código não especificado de falha.

Exemplos

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

Segurança do .NET Framework

Consulte também

Referência

IDSRefConsumer Interface

Namespace Microsoft.VisualStudio.Data.Interop