Skip to main content
.NET 6.0+

MemberDesignTimeVisibilityAttribute Constructors

Specifies whether a property or class is visible at design time.
Name Parameters Description
MemberDesignTimeVisibilityAttribute() none Initializes a new instance of the MemberDesignTimeVisibilityAttribute class with default settings.
MemberDesignTimeVisibilityAttribute(Boolean) isVisible Initializes a new instance of the MemberDesignTimeVisibilityAttribute class with the specified MemberDesignTimeVisibilityAttribute.IsVisible property.
See Also