Sdílet prostřednictvím


IVsObjectList.GetExpandable – metoda (UInt32, Int32)

 

Informace o metodě není k dispozici.Return E_NOTIMPL.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)

Syntaxe

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

Parametry

  • index
    Nepoužívejte.
  • pfExpandable
    Nepoužívejte.

Vrácená hodnota

Type: System.Int32

Implementuje

IVsLiteTreeList.GetExpandable(UInt32, Int32)

Viz také

IVsObjectList – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek