LocalizableProperties.GetEvents Method

Gets the collection of events for a specified component.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public Function GetEvents As EventDescriptorCollection
'使用
Dim instance As LocalizableProperties
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

An EventDescriptorCollection with the events for this component.

Implements

ICustomTypeDescriptor.GetEvents()

Remarks

Delegates to GetEvents.

Permissions

See Also

Reference

LocalizableProperties Class

LocalizableProperties Members

GetEvents Overload

Microsoft.VisualStudio.Shell Namespace