Partilhar via


Método IVsObjectList.GetExpandable (UInt32, Int32)

 

Informações de método não fornecidas.Return E_NOTIMPL.

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

Sintaxe

int GetExpandable(
    uint index,
    out int pfExpandable
)
int GetExpandable(
    unsigned int index,
    [OutAttribute] int% pfExpandable
)
abstract GetExpandable : 
        index:uint32 *
        pfExpandable:int byref -> int
Function GetExpandable (
    index As UInteger,
    <OutAttribute> ByRef pfExpandable As Integer
) As Integer

Parâmetros

  • index
    Não use.
  • pfExpandable
    Não use.

Valor de retorno

Type: System.Int32

Implementações

IVsLiteTreeList.GetExpandable(UInt32, Int32)

Consulte também

Interface IVsObjectList
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo