_LIB_ADDREMOVEOPTIONS Enumeration
Visual Studio 2015
Specifies options for adding a component to a browse container.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| LARO_ALREADYADDED | [out] Library should return this flag to indicate that the specified component is already added. | |
| LARO_NONE | No options specified. | |
| LARO_THRUFILEOPS | [in] Tells library that the component is being added through File Open. |
From vsshell.idl:
Show: