OutletAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的屬性公開為 Objective-C 世界的輸出。
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class OutletAttribute : Foundation.ExportAttribute
type OutletAttribute = class
inherit ExportAttribute
- 繼承
- 屬性
備註
這個屬性是用來標示需要公開為 Objective-C 世界輸出的屬性。 這兩者都由設計工具支援使用,以及將 Managed 物件與 Unmanaged Objective-C 輸出連接。
[Outlet ("mainWindow")]
UIWindows mainWindow { get; set; }
建構函式
OutletAttribute() |
預設建構函式 |
OutletAttribute(String) |
連結 Managed 屬性與指定的 Objective-C 輸出。 |
屬性
ArgumentSemantic |
setter 屬性或方法上物件擁有權的語意。 (繼承來源 ExportAttribute) |
IsVariadic |
將指定的屬性公開為 Objective-C 世界的輸出。 (繼承來源 ExportAttribute) |
Selector |
如果指定,則為 C# 選取器的名稱,如果衍生自屬性名稱或方法,則為 null。 (繼承來源 ExportAttribute) |
方法
ToGetter(PropertyInfo) |
將指定的屬性公開為 Objective-C 世界的輸出。 (繼承來源 ExportAttribute) |
ToSetter(PropertyInfo) |
將指定的屬性公開為 Objective-C 世界的輸出。 (繼承來源 ExportAttribute) |