Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |