Partager via


IVsObjectList.GetExpandable Method

Method information not provided. Return E_NOTIMPL.

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

Syntax

'Déclaration
Function GetExpandable ( _
    index As UInteger, _
    <OutAttribute> ByRef pfExpandable As Integer _
) As Integer
'Utilisation
Dim instance As IVsObjectList
Dim index As UInteger
Dim pfExpandable As Integer
Dim returnValue As Integer

returnValue = instance.GetExpandable(index, _
    pfExpandable)
int GetExpandable(
    uint index,
    out int pfExpandable
)
int GetExpandable(
    [InAttribute] unsigned int index, 
    [OutAttribute] int% pfExpandable
)
function GetExpandable(
    index : uint, 
    pfExpandable : int
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsLiteTreeList.GetExpandable(UInt32, Int32%)

Permissions

See Also

Reference

IVsObjectList Interface

IVsObjectList Members

Microsoft.VisualStudio.Shell.Interop Namespace