Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |