Share via


IUISheetPresentationControllerDetentResolutionContext Interface

Definition

This interface represents the Objective-C protocol UISheetPresentationControllerDetentResolutionContext.

[Foundation.Protocol(Name="UISheetPresentationControllerDetentResolutionContext", WrapperType=typeof(UIKit.UISheetPresentationControllerDetentResolutionContextWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="containerTraitCollection", IsProperty=true, IsRequired=true, IsStatic=false, Name="ContainerTraitCollection", PropertyType=typeof(UIKit.UITraitCollection), Selector="containerTraitCollection")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="maximumDetentValue", IsProperty=true, IsRequired=true, IsStatic=false, Name="MaximumDetentValue", PropertyType=typeof(System.Runtime.InteropServices.NFloat), Selector="maximumDetentValue")]
public interface IUISheetPresentationControllerDetentResolutionContext : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UISheetPresentationControllerDetentResolutionContext", WrapperType=typeof(UIKit.UISheetPresentationControllerDetentResolutionContextWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="containerTraitCollection", IsProperty=true, IsRequired=true, IsStatic=false, Name="ContainerTraitCollection", PropertyType=typeof(UIKit.UITraitCollection), Selector="containerTraitCollection")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="maximumDetentValue", IsProperty=true, IsRequired=true, IsStatic=false, Name="MaximumDetentValue", PropertyType=typeof(System.Runtime.InteropServices.NFloat), Selector="maximumDetentValue")>]
type IUISheetPresentationControllerDetentResolutionContext = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
ContainerTraitCollection
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
MaximumDetentValue

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to