Skip to main content
A newer version of this page is available. .

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