_LIB_ADDREMOVEOPTIONS Enum
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.
Specifies options for adding a component to a browse container.
public enum class _LIB_ADDREMOVEOPTIONS
public enum class _LIB_ADDREMOVEOPTIONS
enum _LIB_ADDREMOVEOPTIONS
public enum _LIB_ADDREMOVEOPTIONS
type _LIB_ADDREMOVEOPTIONS =
Public Enum _LIB_ADDREMOVEOPTIONS
- Inheritance
-
_LIB_ADDREMOVEOPTIONS
Fields
LARO_ALREADYADDED | 1 | [out] Library should return this flag to indicate that the specified component is already added. |
LARO_NONE | 0 | No options specified. |
LARO_THRUFILEOPS | 2 | [in] Tells library that the component is being added through File Open. |
Remarks
COM Signature
From vsshell.idl: