TemplateParameterProperties.System.ComponentModel.ICustomTypeDescriptor.GetEvents Method ()

Namespace: Microsoft.Expression.Encoder.Plugins.Templates
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Private Function System.ComponentModel.ICustomTypeDescriptor.GetEvents As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents
'Usage
Dim instance As TemplateParameterProperties
Dim returnValue As EventDescriptorCollection

returnValue = CType(instance, ICustomTypeDescriptor).GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents ()
private:
virtual EventDescriptorCollection^ System.ComponentModel.ICustomTypeDescriptor.GetEvents () sealed = ICustomTypeDescriptor::GetEvents

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TemplateParameterProperties Class
TemplateParameterProperties Members
Microsoft.Expression.Encoder.Plugins.Templates Namespace