QuickOPC User's Guide and Reference
ElementExtensions Class
Members 



OpcLabs.BaseLibPresentation Assembly > OpcLabs.BaseLib.Presentation.ComponentModel Namespace : ElementExtensions Class
Contains an element extension collection.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<ContentPropertyAttribute("Extensions")>
<TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)>
<SerializableAttribute()>
Public NotInheritable Class ElementExtensions 
   Implements System.ComponentModel.INotifyPropertyChanged, System.ICloneable 
'Usage
 
Dim instance As ElementExtensions
[CLSCompliant(true)]
[ComVisible(false)]
[ContentProperty("Extensions")]
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)]
[Serializable()]
public sealed class ElementExtensions : System.ComponentModel.INotifyPropertyChanged, System.ICloneable  
[CLSCompliant(true)]
[ComVisible(false)]
[ContentProperty("Extensions")]
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)]
[Serializable()]
public ref class ElementExtensions sealed : public System.ComponentModel.INotifyPropertyChanged, System.ICloneable  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Presentation.ComponentModel.ElementExtensions

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