다음을 통해 공유


LocalizableProperties.GetEvents Method

Gets the collection of events for a specified component.

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

Syntax

‘선언
Public Function GetEvents As EventDescriptorCollection
public EventDescriptorCollection GetEvents()

Return Value

Type: System.ComponentModel.EventDescriptorCollection
An EventDescriptorCollection with the events for this component.

Implements

ICustomTypeDescriptor.GetEvents()

Remarks

Delegates to GetEvents.

.NET Framework Security

See Also

Reference

LocalizableProperties Class

GetEvents Overload

Microsoft.VisualStudio.Shell Namespace