Share via


Events.OutputWindowEvents 속성

창 이벤트에 대한 OutputWindowEvents를 가져옵니다.

네임스페이스:  EnvDTE
어셈블리:  EnvDTE(EnvDTE.dll)

구문

‘선언
ReadOnly Property OutputWindowEvents ( _
    Pane As String _
) As OutputWindowEvents
OutputWindowEvents this[
    string Pane
] { get; }
property OutputWindowEvents^ OutputWindowEvents[[InAttribute] String^ Pane] {
    OutputWindowEvents^ get ([InAttribute] String^ Pane);
}
abstract OutputWindowEvents : 
        Pane:string -> OutputWindowEvents with get
JScript에서는 인덱싱된 속성을 지원하지 않습니다.

매개 변수

  • Pane
    형식: String

    선택 사항 Output 창의 이름입니다. Pane을 지정하면 OutputWindowEvents 개체는 해당 창에 대한 이벤트만 제공합니다.

속성 값

형식: EnvDTE.OutputWindowEvents
OutputWindowEvents 개체

설명

OutputWindowEvents 개체를 만들 때 창이 있어야 할 필요는 없습니다. 창이 만들어지면 그 창에 대한 이벤트가 자동으로 제공됩니다.

.NET Framework 보안

참고 항목

참조

Events 인터페이스

EnvDTE 네임스페이스