IVsContainedLanguageStaticEventBinding 인터페이스
정적 이벤트 생성에 대 한 지원을 제공합니다.
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop.8.0(Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
구문
‘선언
<GuidAttribute("22FF7776-2C9A-48C4-809F-39E5184CC32D")> _
<InterfaceTypeAttribute()> _
Public Interface IVsContainedLanguageStaticEventBinding
[GuidAttribute("22FF7776-2C9A-48C4-809F-39E5184CC32D")]
[InterfaceTypeAttribute()]
public interface IVsContainedLanguageStaticEventBinding
[GuidAttribute(L"22FF7776-2C9A-48C4-809F-39E5184CC32D")]
[InterfaceTypeAttribute()]
public interface class IVsContainedLanguageStaticEventBinding
[<GuidAttribute("22FF7776-2C9A-48C4-809F-39E5184CC32D")>]
[<InterfaceTypeAttribute()>]
type IVsContainedLanguageStaticEventBinding = interface end
public interface IVsContainedLanguageStaticEventBinding
IVsContainedLanguageStaticEventBinding 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
AddStaticEventBinding | 정적 이벤트에 지정 된 멤버에 바인딩합니다. | |
EnsureStaticEventHandler | 클래스 컨텍스트, 객체 유형 및 인스턴스 이름, 이벤트의 이름 및 이벤트 처리기 (고유한) 이름을 부여 하는 이벤트 처리기를 만듭니다. | |
GetStaticEventBindingsForObject | 정적으로 처리 하는 이벤트 컬렉션을 반환 합니다. | |
RemoveStaticEventBinding | 이벤트 바인딩에 지정된 된 멤버를 제거합니다. |
위쪽
설명
정적 이벤트 바인딩 이벤트 처리기를 인스턴스화된 클래스의 일부가 아닌 및 전체 프로젝트의에서 파일을 항상 사용할 수 있습니다.
구현자 참고 사항
정적 이벤트 바인딩을 지원에 포함 된 언어에서이 인터페이스를 구현 합니다.
호출자 참고 사항
이 인터페이스를 호출 하 여 얻을 수 있습니다는 QueryInterface 방법에는 IVsContainedLanguage object 또는 캐스팅 하 여는 IVsContainedLanguage 개체는 IVsContainedLanguageStaticEventBinding 인터페이스.