EditorRequiredAttribute 類別

定義

指定在編輯器中撰寫元件參數時,使用者必須提供元件參數。

如果未提供此參數的值,編輯器或建置工具可能會提供警告,指出使用者指定值。 此屬性只有在標示 ParameterAttribute 為 的屬性上才有效。

C#
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class EditorRequiredAttribute : Attribute
繼承
EditorRequiredAttribute
屬性

建構函式

EditorRequiredAttribute()

指定在編輯器中撰寫元件參數時,使用者必須提供元件參數。

如果未提供此參數的值,編輯器或建置工具可能會提供警告,指出使用者指定值。 此屬性只有在標示 ParameterAttribute 為 的屬性上才有效。

適用於

產品 版本
ASP.NET Core 6.0, 7.0, 8.0, 9.0