UICollectionElementCategory 列舉
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
所使用的 RepresentedElementCategory 值列舉。
C#
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UICollectionElementCategory
type UICollectionElementCategory =
- 繼承
-
UICollectionElementCategory
- 屬性
名稱 | 值 | Description |
---|---|---|
Cell | 0 | 相關 UIView 是 中的 UICollectionView 儲存格。 |
DecorationView | 2 | 相關 UIView 是 中的 UICollectionView 裝飾。 |
SupplementaryView | 1 | 相關 UIView 是 中的 UICollectionView 欄位。 |
產品 | 版本 |
---|---|
Xamarin iOS SDK | 12 |