Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the type of a physical container.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration _LIBCAT_PHYSICALCONTAINERTYPE
'Usage
Dim instance As _LIBCAT_PHYSICALCONTAINERTYPE
[FlagsAttribute]
public enum _LIBCAT_PHYSICALCONTAINERTYPE
[FlagsAttribute]
public enum class _LIBCAT_PHYSICALCONTAINERTYPE
[<FlagsAttribute>]
type _LIBCAT_PHYSICALCONTAINERTYPE
public enum _LIBCAT_PHYSICALCONTAINERTYPE
Members
| Member name | Description | |
|---|---|---|
| LCPT_GLOBAL | Specifies a global physical container. | |
| LCPT_PROJECTREFERENCE | Specifies a project reference physical container. | |
| LCPT_PROJECT | Specifies a project physical container. |
Remarks
COM Signature
From vsshell80.idl: