IVsCombinedBrowseComponentSet.put_ComponentsListOptions(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 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.
Implements
Remarks
COM Signature
From vsshell80.idl:
HRESULT put_ComponentsListOptions(
[in] BROWSE_COMPONENT_SET_OPTIONS dwOptions
);