SkipAttribute 类

定义

将此属性应用于属性或字段,使 BindingContext 在生成 UI 时忽略此对象

[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, Inherited=false)]
public class SkipAttribute : Attribute
type SkipAttribute = class
    inherit Attribute
继承
SkipAttribute
属性

构造函数

SkipAttribute()

适用于