IVsCombinedBrowseComponentSet.put_ChildListOptions(UInt32) Method

Definition

Sets the options for the child IVsSimpleObjectList2 list of a symbol in the hierarchical tree of symbols.

public:
 int put_ChildListOptions(System::UInt32 dwOptions);
public:
 int put_ChildListOptions(unsigned int dwOptions);
int put_ChildListOptions(unsigned int dwOptions);
public int put_ChildListOptions (uint dwOptions);
abstract member put_ChildListOptions : uint32 -> int
Public Function put_ChildListOptions (dwOptions As UInteger) As Integer

Parameters

dwOptions
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.

Implements

Remarks

COM Signature

From vsshell80.idl:

HRESULT put_ChildListOptions(  
[in] BROWSE_COMPONENT_SET_OPTIONS dwOptions  
);  

Applies to