QuickOPC User's Guide and Reference
Extendee Property



OpcLabs.BaseLibPresentation Assembly > OpcLabs.BaseLib.Presentation.ComponentModel Namespace > SetExtendedProperty Class : Extendee Property
Specifies System.ComponentModel.IComponent to receive the extended property.
Syntax
'Declaration
 
<CanBeNullAttribute()> 
<ConstructorArgumentAttribute("extendee")> 
<TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Referencing.Internal.AutoExtensibleComponentReferenceConverter`1)> 
<DefaultValueAttribute("")> 
<BrowsableAttribute(False)> 
Public Property Extendee As IComponent
'Usage
 
Dim instance As SetExtendedProperty
Dim value As IComponent
 
instance.Extendee = value
 
value = instance.Extendee
[CanBeNull()] 
[ConstructorArgument("extendee")] 
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Referencing.Internal.AutoExtensibleComponentReferenceConverter`1)] 
[DefaultValue("")] 
[Browsable(false)] 
public IComponent Extendee {get; set;}
[CanBeNull()] 
[ConstructorArgument("extendee")] 
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Referencing.Internal.AutoExtensibleComponentReferenceConverter`1)] 
[DefaultValue("")] 
[Browsable(false)] 
public: 
property IComponent^ Extendee { 
   IComponent^ get(); 
   void set (    IComponent^ value); 
}
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