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)

Creates a new inherited property descriptor.

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

Parameters

propertyDescriptor
The property descriptor to inherit from.
component
The compnent to create this inherited property descriptor for.

See Also

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