EditorEventArgs.Editor Property
Applies to v2.
Gets or sets the editor.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property Editor As IEditor
Get
Private Set
'Usage
Dim instance As EditorEventArgs
Dim value As IEditor
value = instance.Editor
public IEditor Editor { get; private set; }
public:
property IEditor^ Editor {
IEditor^ get ();
private: void set (IEditor^ value);
}
member Editor : IEditor with get, private set
function get Editor () : IEditor
private function set Editor (value : IEditor)
Property Value
Type: Microsoft.WebMatrix.Extensibility.Editor.IEditor
The editor.