ConnectAttribute 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
ConnectAttribute() |
Default constructor, uses the name of the property as the name of the outlet. |
ConnectAttribute(String) |
Use this constructor to specify the name of the underlying outlet to map to, instead of defaulting to the name of the property. |
ConnectAttribute()
Default constructor, uses the name of the property as the name of the outlet.
public ConnectAttribute ();
Applies to
ConnectAttribute(String)
Use this constructor to specify the name of the underlying outlet to map to, instead of defaulting to the name of the property.
public ConnectAttribute (string name);
new Foundation.ConnectAttribute : string -> Foundation.ConnectAttribute
Parameters
- name
- String
The name on the Inteface Builder file.