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