다음을 통해 공유


EditorEventArgs 생성자

버전 2에 적용

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

네임스페이스:  Microsoft.WebMatrix.Extensibility.Editor
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Public Sub New ( _
    editor As IEditor _
)
‘사용 방법
Dim editor As IEditor 

Dim instance As New EditorEventArgs(editor)
public EditorEventArgs(
    IEditor editor
)
public:
EditorEventArgs(
    IEditor^ editor
)
new : 
        editor:IEditor -> EditorEventArgs
public function EditorEventArgs(
    editor : IEditor
)

매개 변수

참고 항목

참조

EditorEventArgs 클래스

Microsoft.WebMatrix.Extensibility.Editor 네임스페이스