SubMenuStyle.ICustomTypeDescriptor.GetEvents Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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.