NSIdentifier.GetIdentifier(NSLayoutConstraint) 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.
Returns an identifier that can be used to request an item.
[Foundation.Export("identifier")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string GetIdentifier(this UIKit.NSLayoutConstraint This);
[<Foundation.Export("identifier")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetIdentifier : UIKit.NSLayoutConstraint -> string
Parameters
- This
- NSLayoutConstraint
The instance on which this method operates.
Returns
- Attributes