CollectionKind 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
套用至 Properties) 的集合 (類型
public enum CollectionKind
type CollectionKind =
Public Enum CollectionKind
- 繼承
-
CollectionKind
欄位
Bag | 1 | 集合具有包語意 ( 未排序且重複專案正常) |
List | 2 | 集合具有清單語意 (Order 具決定性,而且重複) |
None | 0 | 屬性不是集合 |