ConnectAttribute Constructors

Definition

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.

Applies to