_LIBCAT_PHYSICALCONTAINERTYPE Enumeration

 

Specifies the type of a physical container.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[FlagsAttribute]
public enum _LIBCAT_PHYSICALCONTAINERTYPE

Member nameDescription
LCPT_GLOBAL

Specifies a global physical container.

LCPT_PROJECT

Specifies a project physical container.

LCPT_PROJECTREFERENCE

Specifies a project reference physical container.

From vsshell80.idl:

Return to top
Show: