'Declaration
<CanBeNullAttribute()> <ConstructorArgumentAttribute("extendee")> <TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Referencing.Internal.AutoExtensibleComponentReferenceConverter`1)> <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)] [Browsable(false)] public IComponent Extendee {get; set;}
[CanBeNull()] [ConstructorArgument("extendee")] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Referencing.Internal.AutoExtensibleComponentReferenceConverter`1)] [Browsable(false)] public: property IComponent^ Extendee { IComponent^ get(); void set ( IComponent^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.