Share via


IUIContentConfiguration Interface

Definition

This interface represents the Objective-C protocol UIContentConfiguration.

[Foundation.Protocol(Name="UIContentConfiguration", WrapperType=typeof(UIKit.UIContentConfigurationWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="MakeContentView", ReturnType=typeof(UIKit.IUIContentView), Selector="makeContentView")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetUpdatedConfiguration", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.IUIConfigurationState) }, ReturnType=typeof(UIKit.IUIContentConfiguration), Selector="updatedConfigurationForState:")]
public interface IUIContentConfiguration : Foundation.INSCopying, IDisposable
[<Foundation.Protocol(Name="UIContentConfiguration", WrapperType=typeof(UIKit.UIContentConfigurationWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="MakeContentView", ReturnType=typeof(UIKit.IUIContentView), Selector="makeContentView")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetUpdatedConfiguration", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.IUIConfigurationState) }, ReturnType=typeof(UIKit.IUIContentConfiguration), Selector="updatedConfigurationForState:")>]
type IUIContentConfiguration = interface
    interface INativeObject
    interface IDisposable
    interface INSCopying
Derived
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
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
Copy(NSZone)

Performs a copy of the underlying Objective-C object.

(Inherited from INSCopying)
GetUpdatedConfiguration(IUIConfigurationState)
MakeContentView()

Extension Methods

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

Applies to