BaseNodeProperties.GetEvents Method

Gets a collection of event descriptors associated with this properties object.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

‘선언
Public Function GetEvents As EventDescriptorCollection
public EventDescriptorCollection GetEvents()
public:
virtual EventDescriptorCollection^ GetEvents() sealed
abstract GetEvents : unit -> EventDescriptorCollection 
override GetEvents : unit -> EventDescriptorCollection 
public final function GetEvents() : EventDescriptorCollection

Return Value

Type: System.ComponentModel.EventDescriptorCollection
A collection of event descriptors associated with this properties object.

Implements

ICustomTypeDescriptor.GetEvents()

Remarks

This base implementation always returns an empty collection.

.NET Framework Security

See Also

Reference

BaseNodeProperties Class

GetEvents Overload

Microsoft.TeamFoundation.Common Namespace