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!

InheritedPropertyDescriptor Constructor (PropertyDescriptor, Object, MemberAttribute)

Creates a new inherited property descriptor.

[Visual Basic]
Overloads Public Sub New( _
   ByVal propertyDescriptor As PropertyDescriptor, _
   ByVal component As Object, _
   ByVal a1 As MemberAttribute _
)
[C#]
public InheritedPropertyDescriptor(
   PropertyDescriptor propertyDescriptor,
   object component,
   MemberAttribute a1
);
[C++]
public: InheritedPropertyDescriptor(
   PropertyDescriptor* propertyDescriptor,
   Object* component,
   MemberAttribute* a1
);
[JScript]
public function InheritedPropertyDescriptor(
   propertyDescriptor : PropertyDescriptor,
   component : Object,
   a1 : MemberAttribute
);

Parameters

propertyDescriptor
The property descriptor to inherit from.
component
The compnent to create this inherited property descriptor for.
a1
An additional attribute to merge into the property's attribute set.

See Also

InheritedPropertyDescriptor Class | InheritedPropertyDescriptor Members | System.ComponentModel.Design Namespace | InheritedPropertyDescriptor Constructor Overload List | PropertyDescriptor