__VSFRAMEWORKASSEMBLYTYPE Enumeration

 

Specifies the framework assembly type.

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

public enum __VSFRAMEWORKASSEMBLYTYPE

Member nameDescription
VSFRAMEWORKASSEMBLYTYPE_ALL

Indicates that all assembly types should be returned. It is equivalent to the logical OR of the VSFRAMEWORKASSEMBLYTYPE_EXTENSIONS and VSFRAMEWORKASSEMBLYTYPE_FRAMEWORK flags.

VSFRAMEWORKASSEMBLYTYPE_EXTENSIONS

Indicates that only extensions should be returned.

VSFRAMEWORKASSEMBLYTYPE_FRAMEWORK

Indicates that only framework assemblies should be returned.

Return to top
Show: