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 compatibility of a framework monikor.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Public Enumeration __VSFRAMEWORKCOMPATIBILITY
public enum __VSFRAMEWORKCOMPATIBILITY
public enum class __VSFRAMEWORKCOMPATIBILITY
type __VSFRAMEWORKCOMPATIBILITY
public enum __VSFRAMEWORKCOMPATIBILITY
Members
| Member name | Description | |
|---|---|---|
| VSFRAMEWORKCOMPATIBILITY_COMPATIBLE | The framework moniker is completely compatible. | |
| VSFRAMEWORKCOMPATIBILITY_INCOMPATIBLEIDENTITY | The framework moniker identifier component is incompatible. | |
| VSFRAMEWORKCOMPATIBILITY_INCOMPATIBLEPROFILE | The framework moniker profile component is incompatible. | |
| VSFRAMEWORKCOMPATIBILITY_INCOMPATIBLEVERSION | The framework moniker version component is incompatible. |