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 attrs() As MemberAttribute _
)
[C#]
public InheritedPropertyDescriptor(
   PropertyDescriptor propertyDescriptor,
   object component,
   MemberAttribute[] attrs
);
[C++]
public: InheritedPropertyDescriptor(
   PropertyDescriptor* propertyDescriptor,
   Object* component,
   MemberAttribute* attrs[]
);
[JScript]
public function InheritedPropertyDescriptor(
   propertyDescriptor : PropertyDescriptor,
   component : Object,
   attrs : MemberAttribute[]
);

Parameters

propertyDescriptor
The property descriptor to inherit from.
component
The compnent to create this inherited property descriptor for.
attrs
An array of new member attributes to merge into this property's attribute set.

See Also

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