Método IVsLibraryMgr.SetLibraryGroupEnabled (LIB_PERSISTTYPE, Int32)

 

Nenhuma informação de método é fornecida.Return E_NOTIMPL.

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

Sintaxe

int SetLibraryGroupEnabled(
    LIB_PERSISTTYPE lpt,
    int fEnable
)
int SetLibraryGroupEnabled(
    LIB_PERSISTTYPE lpt,
    int fEnable
)
abstract SetLibraryGroupEnabled : 
        lpt:LIB_PERSISTTYPE *
        fEnable:int -> int
Function SetLibraryGroupEnabled (
    lpt As LIB_PERSISTTYPE,
    fEnable As Integer
) As Integer

Parâmetros

  • lpt
    Não use.
  • fEnable
    Não use.

Valor de retorno

Type: System.Int32

Consulte também

Interface IVsLibraryMgr
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo