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!

IEventPropertyService.GetEventProperties

Converts a set of event descriptors to a set of property descriptors.

[Visual Basic]
Function GetEventProperties( _
   ByVal events As EventDescriptorCollection _
) As PropertyDescriptorCollection
[C#]
PropertyDescriptorCollection GetEventProperties(
   EventDescriptorCollection events
);
[C++]
PropertyDescriptorCollection* GetEventProperties(
   EventDescriptorCollection* events
) = 0;
[JScript]
function GetEventProperties(
   events : EventDescriptorCollection
) : PropertyDescriptorCollection;

Parameters

events
The events to convert to properties.

Return Value

An array of type PropertyDescriptor that describes the given event set.

See Also

IEventPropertyService Interface | IEventPropertyService Members | System.ComponentModel.Design Namespace