IVsBrowseComponentSet.get_ChildListOptions(UInt32) Method

Definition

Returns the options for the child list of a symbol. The list is described by the IVsSimpleObjectList2 interface.

public:
 int get_ChildListOptions([Runtime::InteropServices::Out] System::UInt32 % pdwOptions);
public int get_ChildListOptions (out uint pdwOptions);
abstract member get_ChildListOptions : uint32 -> int
Public Function get_ChildListOptions (ByRef pdwOptions As UInteger) As Integer

Parameters

pdwOptions
UInt32

One value or a combination of _BROWSE_COMPONENT_SET_OPTIONS values.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to