Aracılığıyla paylaş


IEventBindingService.CreateUniqueMethodName Yöntem

Tanım

Belirtilen bileşen ve olay için bir olay işleyici yöntemi için benzersiz bir ad oluşturur.

public:
 System::String ^ CreateUniqueMethodName(System::ComponentModel::IComponent ^ component, System::ComponentModel::EventDescriptor ^ e);
public string CreateUniqueMethodName (System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e);
abstract member CreateUniqueMethodName : System.ComponentModel.IComponent * System.ComponentModel.EventDescriptor -> string
Public Function CreateUniqueMethodName (component As IComponent, e As EventDescriptor) As String

Parametreler

component
IComponent

Olayın bağlı olduğu bileşen örneği.

e
EventDescriptor

Adı oluşturulacak olay.

Döndürülenler

Bu olay için olay işleyicisi yöntemi için önerilen ad.

Açıklamalar

Bu yöntem, kullanıcının kaynak kodundaki diğer yöntem adlarından benzersiz bir ad döndürür.

Şunlara uygulanır