IVsBrowseComponentSet.get_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.
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.