RequirementType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述是否應該考慮啟用指定集合中的任何功能或所有功能。
public enum RequirementType
type RequirementType =
Public Enum RequirementType
- 繼承
-
RequirementType
欄位
All | 1 | 如果啟用集合中的所有功能,將會達到啟用狀態。 |
Any | 0 | 如果啟用集合中的任何功能,將會達到啟用狀態。 |