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!

PropertyTab.GetProperties

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads MustOverride Public Function GetProperties(Object, MemberAttribute()) As PropertyDescriptorCollection
[C#] public abstract PropertyDescriptorCollection GetProperties(Object, MemberAttribute[]);
[C++] public: virtual PropertyDescriptorCollection* GetProperties(Object*, MemberAttribute[]) = 0;
[JScript] public abstract function GetProperties(Object, MemberAttribute[]) : PropertyDescriptorCollection;

[To be supplied.]

[Visual Basic] Overloads Overridable Public Function GetProperties(Object) As PropertyDescriptorCollection
[C#] public virtual PropertyDescriptorCollection GetProperties(Object);
[C++] public: virtual PropertyDescriptorCollection* GetProperties(Object*);
[JScript] public function GetProperties(Object) : PropertyDescriptorCollection;

See Also

PropertyTab Class | PropertyTab Members | System.WinForms.Design Namespace