Share via


IAXDataAxisDescriptor Interface

Definition

This interface represents the Objective-C protocol AXDataAxisDescriptor.

[Foundation.Protocol(Name="AXDataAxisDescriptor", WrapperType=typeof(Accessibility.AXDataAxisDescriptorWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="title", IsProperty=true, IsRequired=true, IsStatic=false, Name="Title", PropertyType=typeof(System.String), Selector="title", SetterSelector="setTitle:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="attributedTitle", IsProperty=true, IsRequired=true, IsStatic=false, Name="AttributedTitle", PropertyType=typeof(Foundation.NSAttributedString), Selector="attributedTitle", SetterSelector="setAttributedTitle:")]
public interface IAXDataAxisDescriptor : Foundation.INSCopying, IDisposable
[<Foundation.Protocol(Name="AXDataAxisDescriptor", WrapperType=typeof(Accessibility.AXDataAxisDescriptorWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="title", IsProperty=true, IsRequired=true, IsStatic=false, Name="Title", PropertyType=typeof(System.String), Selector="title", SetterSelector="setTitle:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="attributedTitle", IsProperty=true, IsRequired=true, IsStatic=false, Name="AttributedTitle", PropertyType=typeof(Foundation.NSAttributedString), Selector="attributedTitle", SetterSelector="setAttributedTitle:")>]
type IAXDataAxisDescriptor = 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
AttributedTitle
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Title

Methods

Name Description
Copy(NSZone)

Performs a copy of the underlying Objective-C object.

(Inherited from INSCopying)

Extension Methods

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

Applies to