Aracılığıyla paylaş


SubMenuStyle.ICustomTypeDescriptor.GetEvents Yöntem

Tanım

Bu üyenin açıklaması için bkz ICustomTypeDescriptor.GetEvents. .

Aşırı Yüklemeler

ICustomTypeDescriptor.GetEvents()

Bu üyenin açıklaması için bkz GetEvents(). .

ICustomTypeDescriptor.GetEvents(Attribute[])

Bu üyenin açıklaması için bkz GetEvents(Attribute[]). .

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek arabirime SubMenuStyleICustomTypeDescriptor yayınlandığında kullanılabilir.

ICustomTypeDescriptor.GetEvents()

Bu üyenin açıklaması için bkz GetEvents(). .

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents() = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Function GetEvents () As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Döndürülenler

EventDescriptorCollection Bu örneğin olaylarını içeren bir.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek arabirime SubMenuStyleICustomTypeDescriptor yayınlandığında kullanılabilir.

Şunlara uygulanır

ICustomTypeDescriptor.GetEvents(Attribute[])

Bu üyenin açıklaması için bkz GetEvents(Attribute[]). .

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Function GetEvents (attributes As Attribute()) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Parametreler

attributes
Attribute[]

Filtre olarak kullanılan tür Attribute dizisi.

Döndürülenler

EventDescriptorCollection Bu örnek için filtrelenmiş olayları içeren bir.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek arabirime SubMenuStyleICustomTypeDescriptor yayınlandığında kullanılabilir.

Şunlara uygulanır