OutletAttribute Constructors
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
OutletAttribute() |
Default constructor |
OutletAttribute(String) |
Links the managed property with the specified Objective-C outlet. |
OutletAttribute()
Default constructor
public OutletAttribute ();
Applies to
OutletAttribute(String)
Links the managed property with the specified Objective-C outlet.
public OutletAttribute (string name);
new Foundation.OutletAttribute : string -> Foundation.OutletAttribute
Parameters
- name
- String
Outlet name.