Enumeração _BROWSE_COMPONENT_SET_TYPE
Publicado: abril de 2016
Especifica configurações para procurar tipos de componentes.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
public enum _BROWSE_COMPONENT_SET_TYPE
public enum class _BROWSE_COMPONENT_SET_TYPE
type _BROWSE_COMPONENT_SET_TYPE
Public Enumeration _BROWSE_COMPONENT_SET_TYPE
Membros
Nome do membro | Descrição | |
---|---|---|
BCST_EXCLUDE_LIBRARIES | Exclua bibliotecas. |
|
BCST_INCLUDE_LIBRARIES | Inclua bibliotecas. |
Comentários
COM assinatura
De vsshell80.idl:
enum _BROWSE_COMPONENT_SET_TYPE
{
BCST_EXCLUDE_LIBRARIES = 0x0000,
BCST_INCLUDE_LIBRARIES = 0x0001
};
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo