IVsLibraryMgr.SetLibraryGroupEnabled(LIB_PERSISTTYPE, Int32) Method

Definition

No method information is provided. Return E_NOTIMPL.

public:
 int SetLibraryGroupEnabled(Microsoft::VisualStudio::Shell::Interop::LIB_PERSISTTYPE lpt, int fEnable);
public:
 int SetLibraryGroupEnabled(Microsoft::VisualStudio::Shell::Interop::LIB_PERSISTTYPE lpt, int fEnable);
int SetLibraryGroupEnabled(Microsoft::VisualStudio::Shell::Interop::LIB_PERSISTTYPE lpt, int fEnable);
public int SetLibraryGroupEnabled (Microsoft.VisualStudio.Shell.Interop.LIB_PERSISTTYPE lpt, int fEnable);
abstract member SetLibraryGroupEnabled : Microsoft.VisualStudio.Shell.Interop.LIB_PERSISTTYPE * int -> int
Public Function SetLibraryGroupEnabled (lpt As LIB_PERSISTTYPE, fEnable As Integer) As Integer

Parameters

lpt
LIB_PERSISTTYPE

Do not use.

fEnable
Int32

Do not use.

Returns

Applies to