Creates a new instance of VGEditorBrowsableAttribute and sets its state to Always.

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

Syntax

C#
public VGEditorBrowsableAttribute(
	VGEditorBrowsableState state
)
Visual Basic
Public Sub New ( 
	state As VGEditorBrowsableState
)

Parameters

state
Type: Novalys.VisualGuard.Security..::..VGEditorBrowsableState
A VGEditorBrowsableState indicating the item associated to this attribute is viewable in a Visual Guard editor.

See Also