MultipleVersionSupport Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
What should happen if multiple versions of a given productfamily or sdk name are found
public enum class MultipleVersionSupport
public enum MultipleVersionSupport
type MultipleVersionSupport =
Public Enum MultipleVersionSupport
- Inheritance
-
MultipleVersionSupport
Fields
Name | Value | Description |
---|---|---|
Allow | 0 | No action should be taken if multiple versions are detected |
Warning | 1 | Log warning |
Error | 2 | Log an error |