Share via


IUIInputViewAudioFeedback Interface

Definition

This interface represents the Objective-C protocol UIInputViewAudioFeedback.

[Foundation.Protocol(Name="UIInputViewAudioFeedback", WrapperType=typeof(UIKit.UIInputViewAudioFeedbackWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="enableInputClicksWhenVisible", IsProperty=true, IsRequired=false, IsStatic=false, Name="EnableInputClicksWhenVisible", PropertyType=typeof(System.Boolean), Selector="enableInputClicksWhenVisible")]
public interface IUIInputViewAudioFeedback : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UIInputViewAudioFeedback", WrapperType=typeof(UIKit.UIInputViewAudioFeedbackWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="enableInputClicksWhenVisible", IsProperty=true, IsRequired=false, IsStatic=false, Name="EnableInputClicksWhenVisible", PropertyType=typeof(System.Boolean), Selector="enableInputClicksWhenVisible")>]
type IUIInputViewAudioFeedback = 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
EnableInputClicksWhenVisible

Gets a value that tells whether input clicks are enabled.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

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

Gets a value that tells whether input clicks are enabled.

Applies to