EditorRequiredAttribute 類別

定義

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

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

[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
屬性

建構函式

EditorRequiredAttribute()

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

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

適用於