WebPartMenuStyle.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.
Bir bileşenin bu örneği için olayları döndürür. Bu yöntem aşırı yüklenmiş GetEvents yöntemi uygular.
Aşırı Yüklemeler
ICustomTypeDescriptor.GetEvents() |
Bir bileşenin bu örneği için olayları döndürür. Bu yöntem yöntem aşırı yüklemesini GetEvents() uygular. |
ICustomTypeDescriptor.GetEvents(Attribute[]) |
Belirtilen öznitelik dizisini filtre olarak kullanarak bir bileşenin bu örneği için olayları döndürür. Bu yöntem yöntem aşırı yüklemesini GetEvents(Attribute[]) uygular. |
ICustomTypeDescriptor.GetEvents()
Bir bileşenin bu örneği için olayları döndürür. Bu yöntem yöntem aşırı yüklemesini GetEvents() uygular.
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 nesnenin olaylarını temsil eden bir.
Uygulamalar
Açıklamalar
Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ICustomTypeDescriptor arabirime WebPartMenuStyle yayınlandığında kullanılabilir.
Ayrıca bkz.
Şunlara uygulanır
ICustomTypeDescriptor.GetEvents(Attribute[])
Belirtilen öznitelik dizisini filtre olarak kullanarak bir bileşenin bu örneği için olayları döndürür. Bu yöntem yöntem aşırı yüklemesini GetEvents(Attribute[]) uygular.
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 nesne için filtrelenmiş olayları temsil eden bir.