_LIB_ADDREMOVEOPTIONS Enumeration

Specifies options for adding a component to a browse container.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public Enumeration _LIB_ADDREMOVEOPTIONS
public enum _LIB_ADDREMOVEOPTIONS
public enum class _LIB_ADDREMOVEOPTIONS
type _LIB_ADDREMOVEOPTIONS
public enum _LIB_ADDREMOVEOPTIONS

Members

Member name Description
LARO_NONE No options specified.
LARO_ALREADYADDED [out] Library should return this flag to indicate that the specified component is already added.
LARO_THRUFILEOPS [in] Tells library that the component is being added through File Open.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace