IVsObjectList.GetExpandable(UInt32, Int32) Method

Definition

Method information not provided. Return E_NOTIMPL.

public:
 int GetExpandable(System::UInt32 index, [Runtime::InteropServices::Out] int % pfExpandable);
int GetExpandable(unsigned int index, [Runtime::InteropServices::Out] int & pfExpandable);
public int GetExpandable (uint index, out int pfExpandable);
abstract member GetExpandable : uint32 * int -> int
Public Function GetExpandable (index As UInteger, ByRef pfExpandable As Integer) As Integer

Parameters

index
UInt32

Do not use.

pfExpandable
Int32

Do not use.

Returns

Implements

Applies to