UICollectionViewLayout.RegisterClassForDecorationView(Type, NSString) Method
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.
Registers the class identified by kind as a decoration view.
public void RegisterClassForDecorationView (Type viewType, Foundation.NSString kind);
member this.RegisterClassForDecorationView : Type * Foundation.NSString -> unit
Parameters
- viewType
- Type
The type of the class that will provide the decoration. Use null to unregister the previous.
- kind
- NSString
The element kind for which the registered type will be used.