AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEvents Method

For a description of this member, see GetEvents.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

声明
Private Function GetEvents As EventDescriptorCollection
    Implements ICustomTypeDescriptor.GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents()
private:
virtual EventDescriptorCollection^ GetEvents() sealed = ICustomTypeDescriptor::GetEvents
private abstract GetEvents : unit -> EventDescriptorCollection 
private override GetEvents : unit -> EventDescriptorCollection 
JScript does not support explicit interface implementations.

Return Value

Type: System.ComponentModel.EventDescriptorCollection
Returns the events for this instance of a component.

Implements

ICustomTypeDescriptor.GetEvents()

Remarks

This member is an explicit interface member implementation. It can be used only when the ConnectionStringBuilder is cast to an ICustomTypeDescriptor interface.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

GetEvents Overload

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace