IVsCombinedBrowseComponentSet.put_ChildListOptions(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);