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!

PropertyDescriptor Constructor

Initializes a new instance of the PropertyDescriptor class.

Overload List

Initializes a new instance of the PropertyDescriptor class with the specified name and attributes.

[Visual Basic] Overloads Protected Sub New(String, MemberAttribute())
[C#] protected PropertyDescriptor(String, MemberAttribute[]);
[C++] protected: PropertyDescriptor(String*, MemberAttribute[]);
[JScript] protected function PropertyDescriptor(String, MemberAttribute[]);

Initializes a new instance of the PropertyDescriptor class with the name and attributes in the specified MemberDescriptor.

[Visual Basic] Overloads Protected Sub New(MemberDescriptor)
[C#] protected PropertyDescriptor(MemberDescriptor);
[C++] protected: PropertyDescriptor(MemberDescriptor*);
[JScript] protected function PropertyDescriptor(MemberDescriptor);

Initializes a new instance of the PropertyDescriptor class with the name in the specified MemberDescriptor and the attributes in both the MemberDescriptor and the MemberAttribute array.

[Visual Basic] Overloads Protected Sub New(MemberDescriptor, MemberAttribute())
[C#] protected PropertyDescriptor(MemberDescriptor, MemberAttribute[]);
[C++] protected: PropertyDescriptor(MemberDescriptor*, MemberAttribute[]);
[JScript] protected function PropertyDescriptor(MemberDescriptor, MemberAttribute[]);

See Also

PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace