Specifies that an assembly, class, property or event is viewable in a Visual Guard editor.

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
[SerializableAttribute]
public sealed class VGEditorBrowsableAttribute : Attribute
Visual Basic
<SerializableAttribute>
Public NotInheritable Class VGEditorBrowsableAttribute
	Inherits Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Novalys.VisualGuard.Security..::..VGEditorBrowsableAttribute

See Also