Click or drag to resize

VGEditorBrowsableAttribute Class

Specifies that an assembly, class, property or event is viewable in a Visual Guard editor.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Novalys.VisualGuard.SecurityVGEditorBrowsableAttribute

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
[SerializableAttribute]
public sealed class VGEditorBrowsableAttribute : Attribute

The VGEditorBrowsableAttribute type exposes the following members.

Constructors
  NameDescription
Public methodVGEditorBrowsableAttribute
Creates a new instance of VGEditorBrowsableAttribute and sets its state to Always.
Public methodVGEditorBrowsableAttribute(VGEditorBrowsableState)
Creates a new instance of VGEditorBrowsableAttribute and sets its state to Always.
Top
Properties
  NameDescription
Public propertyState
Gets a VGEditorBrowsableState indicating if the associated item is viewable in a Visual Guard editor.
Public propertyTypeId (Inherited from Attribute.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether two VGEditorBrowsableAttribute instances are equal.
(Overrides AttributeEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns the hash code of the object.
(Overrides AttributeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also