EditorRequiredAttribute 類別
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定在編輯器中撰寫元件參數時,使用者必須提供元件參數。
如果未提供此參數的值,編輯器或建置工具可能會提供警告,指出使用者指定值。 此屬性只有在標示 ParameterAttribute 為 的屬性上才有效。
C#
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class EditorRequiredAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type EditorRequiredAttribute = class
inherit Attribute
Public NotInheritable Class EditorRequiredAttribute
Inherits Attribute
- 繼承
-
EditorRequiredAttribute
- 屬性
Editor |
指定在編輯器中撰寫元件參數時,使用者必須提供元件參數。 如果未提供此參數的值,編輯器或建置工具可能會提供警告,指出使用者指定值。 此屬性只有在標示 ParameterAttribute 為 的屬性上才有效。 |
產品 | 版本 |
---|---|
ASP.NET Core | 6.0, 7.0, 8.0, 9.0 |