GetEvents Method
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Overridable Function GetEvents As EventDescriptorCollection
'Usage
Dim instance As LocalizableProperties
Dim returnValue As EventDescriptorCollection
returnValue = instance.GetEvents()
public virtual EventDescriptorCollection GetEvents()
public:
virtual EventDescriptorCollection^ GetEvents()
abstract GetEvents : unit -> EventDescriptorCollection
override GetEvents : unit -> EventDescriptorCollection
public function GetEvents() : EventDescriptorCollection
Return Value
Type: System.ComponentModel..::..EventDescriptorCollection
Implements
ICustomTypeDescriptor..::..GetEvents() () () ()
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace