'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); }