PropertyGroup.ICustomTypeDescriptor.GetEvents-Methode (array<Attribute )

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Private Function GetEvents ( _
    attributes As Attribute() _
) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents(
    Attribute[] attributes
)
private:
virtual EventDescriptorCollection^ GetEvents(
    array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetEvents
private abstract GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection 
private override GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection 
JScript unterstützt keine expliziten Schnittstellenimplementierungen

Parameter

Rückgabewert

Typ: System.ComponentModel.EventDescriptorCollection

Implementiert

ICustomTypeDescriptor.GetEvents(array<Attribute[])

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyGroup Klasse

GetEvents-Überladung

Microsoft.VisualStudio.Data.Schema.Package.Internal-Namespace