Share via


INSValidatedUserInterfaceItem Interface

Definition

This interface represents the Objective-C protocol NSValidatedUserInterfaceItem.

[Foundation.Protocol(Name="NSValidatedUserInterfaceItem", WrapperType=typeof(AppKit.NSValidatedUserInterfaceItemWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="action", IsProperty=true, IsRequired=true, IsStatic=false, Name="Action", PropertyType=typeof(ObjCRuntime.Selector), Selector="action")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="tag", IsProperty=true, IsRequired=true, IsStatic=false, Name="Tag", PropertyType=typeof(System.IntPtr), Selector="tag")]
public interface INSValidatedUserInterfaceItem : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSValidatedUserInterfaceItem", WrapperType=typeof(AppKit.NSValidatedUserInterfaceItemWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="action", IsProperty=true, IsRequired=true, IsStatic=false, Name="Action", PropertyType=typeof(ObjCRuntime.Selector), Selector="action")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="tag", IsProperty=true, IsRequired=true, IsStatic=false, Name="Tag", PropertyType=typeof(System.IntPtr), Selector="tag")>]
type INSValidatedUserInterfaceItem = interface
    interface INativeObject
    interface IDisposable
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
Action
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Tag

Extension Methods

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

Applies to