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표시된 속성에서만 유효합니다.

적용 대상