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: 2016.0.105.16 (2016.0.105.16)

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