AXCustomContent.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Create(NSAttributedString, NSAttributedString) | |
| Create(String, String) |
Create(NSAttributedString, NSAttributedString)
[Foundation.Export("customContentWithAttributedLabel:attributedValue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Accessibility.AXCustomContent Create(Foundation.NSAttributedString label, Foundation.NSAttributedString value);
[<Foundation.Export("customContentWithAttributedLabel:attributedValue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Foundation.NSAttributedString * Foundation.NSAttributedString -> Accessibility.AXCustomContent
Parameters
- label
- NSAttributedString
- value
- NSAttributedString
Returns
- Attributes
Applies to
Create(String, String)
[Foundation.Export("customContentWithLabel:value:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Accessibility.AXCustomContent Create(string label, string value);
[<Foundation.Export("customContentWithLabel:value:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : string * string -> Accessibility.AXCustomContent
Parameters
- label
- String
- value
- String
Returns
- Attributes