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: 3.2.912.1 (3.2.912.01)

Syntax

C#
public VGEditorBrowsableAttribute(
	VGEditorBrowsableState state
)
Visual Basic (Declaration)
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