IVsBrowseComponentSet.put_ComponentsListOptions(UInt32) Method

Definition

Sets the options for the list of components.

public:
 int put_ComponentsListOptions(System::UInt32 dwOptions);
public:
 int put_ComponentsListOptions(unsigned int dwOptions);
int put_ComponentsListOptions(unsigned int dwOptions);
public int put_ComponentsListOptions (uint dwOptions);
abstract member put_ComponentsListOptions : uint32 -> int
Public Function put_ComponentsListOptions (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.

Remarks

COM Signature

From vsshell80.idl:

HRESULT put_ComponentsListOptions(  
[in] BROWSE_COMPONENT_SET_OPTIONS dwOptions  
);  

Applies to