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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.