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 (Object)

[To be supplied.]

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

Parameters

component
[To be supplied.]

See Also

PropertyTab Class | PropertyTab Members | System.WinForms.Design Namespace | PropertyTab.GetProperties Overload List