다음을 통해 공유


Events2.OutputWindowEvents 속성 (String)

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

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

구문

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

매개 변수

  • Pane
    형식: System.String
    선택적 요소로서,Output 창의 이름입니다.Pane을 지정하면 OutputWindowEvents 개체는 해당 창에 대한 이벤트만 제공합니다.

속성 값

형식: EnvDTE.OutputWindowEvents
OutputWindowEvents 개체입니다.

구현

Events.OutputWindowEvents[String]

설명

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

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

Events2 인터페이스

OutputWindowEvents 오버로드

EnvDTE80 네임스페이스