Share via


BaseNodeProperties.GetEvents Method

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

Syntax

'Declaration
Public Function GetEvents As EventDescriptorCollection
'Usage
Dim instance As BaseNodeProperties 
Dim returnValue As EventDescriptorCollection 

returnValue = instance.GetEvents()
public EventDescriptorCollection GetEvents()
public:
virtual EventDescriptorCollection^ GetEvents() sealed
public final function GetEvents() : EventDescriptorCollection

Return Value

Type: System.ComponentModel.EventDescriptorCollection

Implements

ICustomTypeDescriptor.GetEvents()

.NET Framework Security

See Also

Reference

BaseNodeProperties Class

BaseNodeProperties Members

GetEvents Overload

Microsoft.TeamFoundation.Common Namespace