_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)

public enum _LIB_ADDREMOVEOPTIONS

Member nameDescription
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:

Return to top
Show: