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

[To be supplied.]

Overload List

Creates a new inherited property descriptor.

[Visual Basic] Overloads Public Sub New(PropertyDescriptor, Object, MemberAttribute())
[C#] public InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute[]);
[C++] public: InheritedPropertyDescriptor(PropertyDescriptor*, Object, MemberAttribute[]);
[JScript] public function InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute[]);

Creates a new inherited property descriptor.

[Visual Basic] Overloads Public Sub New(PropertyDescriptor, Object)
[C#] public InheritedPropertyDescriptor(PropertyDescriptor, Object);
[C++] public: InheritedPropertyDescriptor(PropertyDescriptor*, Object);
[JScript] public function InheritedPropertyDescriptor(PropertyDescriptor, Object);

Creates a new inherited property descriptor.

[Visual Basic] Overloads Public Sub New(PropertyDescriptor, Object, MemberAttribute)
[C#] public InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute);
[C++] public: InheritedPropertyDescriptor(PropertyDescriptor*, Object, MemberAttribute);
[JScript] public function InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute);

Creates a new inherited property descriptor.

[Visual Basic] Overloads Public Sub New(PropertyDescriptor, Object, MemberAttribute, MemberAttribute)
[C#] public InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute, MemberAttribute);
[C++] public: InheritedPropertyDescriptor(PropertyDescriptor*, Object, MemberAttribute, MemberAttribute);
[JScript] public function InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute, MemberAttribute);

Creates a new inherited property descriptor.

[Visual Basic] Overloads Public Sub New(PropertyDescriptor, Object, MemberAttribute, MemberAttribute, MemberAttribute)
[C#] public InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute, MemberAttribute, MemberAttribute);
[C++] public: InheritedPropertyDescriptor(PropertyDescriptor*, Object, MemberAttribute, MemberAttribute, MemberAttribute);
[JScript] public function InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute, MemberAttribute, MemberAttribute);

Creates a new inherited property descriptor.

[Visual Basic] Overloads Public Sub New(PropertyDescriptor, Object, MemberAttribute, MemberAttribute, MemberAttribute, MemberAttribute)
[C#] public InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute, MemberAttribute, MemberAttribute, MemberAttribute);
[C++] public: InheritedPropertyDescriptor(PropertyDescriptor*, Object, MemberAttribute, MemberAttribute, MemberAttribute, MemberAttribute);
[JScript] public function InheritedPropertyDescriptor(PropertyDescriptor, Object, MemberAttribute, MemberAttribute, MemberAttribute, MemberAttribute);

See Also

InheritedPropertyDescriptor Class | InheritedPropertyDescriptor Members | System.ComponentModel.Design Namespace