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!

EventsTab.GetProperties

[To be supplied.]

[Visual Basic]
Overrides Public Function GetProperties( _
   ByVal component As Object, _
   ByVal attributes() As MemberAttribute _
) As PropertyDescriptorCollection
[C#]
public override PropertyDescriptorCollection GetProperties(
   object component,
   MemberAttribute[] attributes
);
[C++]
public: override PropertyDescriptorCollection* GetProperties(
   Object* component,
   MemberAttribute* attributes[]
);
[JScript]
public override function GetProperties(
   component : Object,
   attributes : MemberAttribute[]
) : PropertyDescriptorCollection;

Parameters

component
[To be supplied.]
attributes
[To be supplied.]

See Also

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