편집

다음을 통해 공유


OutletAttribute Constructors

Definition

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.

Applies to