EditorRequiredAttribute 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定在编辑器中创作组件参数时,用户需要提供该组件参数。
如果未提供此参数的值,编辑器或生成工具可能会提供警告,指示用户指定值。 此属性仅在用 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标记的属性上有效。  |