SkipAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Apply this attribute to a Property or Field to have the BindingContext ignore this object when generating the UI
[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, Inherited=false)]
public class SkipAttribute : Attribute
type SkipAttribute = class
inherit Attribute
- Inheritance
-
SkipAttribute
- Attributes
Constructors
SkipAttribute() |