IVsBrowseComponentSet.get_ComponentsListOptions(UInt32) Method

Definition

Returns the options for the list of components.

public:
 int get_ComponentsListOptions([Runtime::InteropServices::Out] System::UInt32 % pdwOptions);
public int get_ComponentsListOptions (out uint pdwOptions);
abstract member get_ComponentsListOptions : uint32 -> int
Public Function get_ComponentsListOptions (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