__VSFRAMEWORKASSEMBLYTYPE Enum

Definition

Specifies the framework assembly type.

public enum class __VSFRAMEWORKASSEMBLYTYPE
public enum class __VSFRAMEWORKASSEMBLYTYPE
enum __VSFRAMEWORKASSEMBLYTYPE
public enum __VSFRAMEWORKASSEMBLYTYPE
type __VSFRAMEWORKASSEMBLYTYPE = 
Public Enum __VSFRAMEWORKASSEMBLYTYPE
Inheritance
__VSFRAMEWORKASSEMBLYTYPE

Fields

VSFRAMEWORKASSEMBLYTYPE_ALL 32768

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 2

Indicates that only extensions should be returned.

VSFRAMEWORKASSEMBLYTYPE_FRAMEWORK 1

Indicates that only framework assemblies should be returned.

Applies to