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 대한 이벤트 처리기를 등록하는 서비스를 제공하여 디자이너 코드의 구성 요소 이벤트와 이벤트 처리기를 연결하는 방법을 제공합니다.

생성자

Name Description
EventBindingService(IServiceProvider)

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

메서드

Name Description
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)

제공된 메서드 이름이 사용 중인 언어 또는 스크립트에 대해 유효한지 확인합니다.

명시적 인터페이스 구현

Name Description
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)

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

적용 대상

추가 정보