EventBindingService 클래스

정의

IEventBindingService 인터페이스의 기본 구현입니다.

public ref class EventBindingService abstract : System::ComponentModel::Design::IEventBindingService
public abstract class EventBindingService : System.ComponentModel.Design.IEventBindingService
[System.Security.SecurityCritical]
public abstract class EventBindingService : System.ComponentModel.Design.IEventBindingService
type EventBindingService = class
    interface IEventBindingService
[<System.Security.SecurityCritical>]
type EventBindingService = class
    interface IEventBindingService
Public MustInherit Class EventBindingService
Implements IEventBindingService
상속
EventBindingService
특성
구현

설명

구성 요소 이벤트에 EventBindingService 대한 이벤트 처리기를 등록하기 위한 서비스를 제공하여 이벤트 처리기를 디자이너 코드의 구성 요소 이벤트와 연결하는 방법을 제공합니다.

생성자

EventBindingService(IServiceProvider)

EventBindingService 클래스의 새 인스턴스를 초기화합니다.

메서드

CreateUniqueMethodName(IComponent, EventDescriptor)

고유한 메서드 이름을 만듭니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
FreeMethod(IComponent, EventDescriptor, String)

이벤트 처리기에서 특정 메서드를 더 이상 사용하지 않는다는 알림을 제공합니다.

GetCompatibleMethods(EventDescriptor)

호환되는 메서드의 이름 컬렉션을 반환합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetService(Type)

서비스 공급자에서 요청한 서비스를 가져옵니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ShowCode()

사용자 코드를 표시합니다.

ShowCode(IComponent, EventDescriptor, String)

지정된 메서드에 대한 사용자 코드를 표시합니다.

ShowCode(Int32)

제공된 줄 번호에 있는 사용자 코드를 표시합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
UseMethod(IComponent, EventDescriptor, String)

이벤트 처리기에서 특정 메서드를 사용하고 있다는 알림을 제공합니다.

ValidateMethodName(String)

제공된 메서드 이름이 사용 중인 언어나 스크립트에 유효한지 검사합니다.

명시적 인터페이스 구현

IEventBindingService.CreateUniqueMethodName(IComponent, EventDescriptor)

지정된 구성 요소와 이벤트에 대한 이벤트 처리기 메서드의 고유 이름을 만듭니다.

IEventBindingService.GetCompatibleMethods(EventDescriptor)

지정된 이벤트와 호환되는 메서드 시그니처를 가진 이벤트 처리기 메서드의 컬렉션을 가져옵니다.

IEventBindingService.GetEvent(PropertyDescriptor)

이벤트를 표시하는 경우 지정된 속성 설명자가 표시하는 이벤트에 대한 EventDescriptor를 가져옵니다.

IEventBindingService.GetEventProperties(EventDescriptorCollection)

일련의 이벤트 설명자를 일련의 속성 설명자로 변환합니다.

IEventBindingService.GetEventProperty(EventDescriptor)

단일 이벤트 설명자를 속성 설명자로 변환합니다.

IEventBindingService.ShowCode()

디자이너에 대한 사용자 코드를 표시합니다.

IEventBindingService.ShowCode(IComponent, EventDescriptor)

지정된 이벤트에 대한 사용자 코드를 표시합니다.

IEventBindingService.ShowCode(Int32)

지정된 줄에서 디자이너에 대한 사용자 코드를 표시합니다.

적용 대상

추가 정보