共用方式為


RequiresSuperAttribute 類別

定義

此屬性會套用至在覆寫時必須呼叫其基底實作的方法。

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class RequiresSuperAttribute : Foundation.AdviceAttribute
type RequiresSuperAttribute = class
    inherit AdviceAttribute
繼承
RequiresSuperAttribute
屬性

備註

這是 clang objc_requires_super 屬性的 Managed 對等專案,並套用至系結這類原生方法的 Managed 方法。

建構函式

RequiresSuperAttribute()

初始化 RequiresSuper 屬性的新實例。

屬性

Message

此屬性會套用至在覆寫時必須呼叫其基底實作的方法。

(繼承來源 AdviceAttribute)

適用於