NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyTab.ExtendedDescriptorPropertyDescriptor Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal classType As Type, _
   ByVal propertyToExtend As PropertyDescriptor, _
   ByVal provider As IExtenderProvider, _
   ByVal propertyToWrap As PropertyDescriptor _
)
[C#]
public PropertyTab.ExtendedDescriptorPropertyDescriptor(
   Type classType,
   PropertyDescriptor propertyToExtend,
   IExtenderProvider provider,
   PropertyDescriptor propertyToWrap
);
[C++]
public: PropertyTab.ExtendedDescriptorPropertyDescriptor(
   Type* classType,
   PropertyDescriptor* propertyToExtend,
   IExtenderProvider* provider,
   PropertyDescriptor* propertyToWrap
);
[JScript]
public function PropertyTab.ExtendedDescriptorPropertyDescriptor(
   classType : Type,
   propertyToExtend : PropertyDescriptor,
   provider : IExtenderProvider,
   propertyToWrap : PropertyDescriptor
);

Parameters

classType
[To be supplied.]
propertyToExtend
[To be supplied.]
provider
[To be supplied.]
propertyToWrap
[To be supplied.]

See Also

PropertyTab.ExtendedDescriptorPropertyDescriptor Class | PropertyTab.ExtendedDescriptorPropertyDescriptor Members | System.WinForms.Design Namespace