Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public Enumeration __VSFRAMEWORKASSEMBLYTYPE
public enum __VSFRAMEWORKASSEMBLYTYPE
public enum class __VSFRAMEWORKASSEMBLYTYPE
type __VSFRAMEWORKASSEMBLYTYPE
public enum __VSFRAMEWORKASSEMBLYTYPE
Members
| Member name | Description | |
|---|---|---|
| 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. |