Connectivity Software User's Guide and Reference
EditableChildPropertiesAttribute Class
Members 



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.ComponentModel.Internal Namespace : EditableChildPropertiesAttribute Class
Represents EditableChildProperties that child properties can be edited in property grid.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<AttributeUsageAttribute(AttributeTargets.Property)>
Public NotInheritable Class EditableChildPropertiesAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As EditableChildPropertiesAttribute
[ComVisible(false)]
[AttributeUsage(AttributeTargets.Property)]
public sealed class EditableChildPropertiesAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
[ComVisible(false)]
[AttributeUsage(AttributeTargets.Property)]
public ref class EditableChildPropertiesAttribute sealed : public System.Attribute, System.Runtime.InteropServices._Attribute  
Inheritance Hierarchy

System.Object
   System.Attribute
      OpcLabs.BaseLib.ComponentModel.Internal.EditableChildPropertiesAttribute

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also