Свойство EditorEventArgs.Editor
Приведенные ниже сведения относятся к верс.2
Получает или задает редактор.
Пространство имен: Microsoft.WebMatrix.Extensibility.Editor
Сборка: Microsoft.WebMatrix.Extensibility (в Microsoft.WebMatrix.Extensibility.dll)
Синтаксис
'Декларация
Public Property Editor As IEditor
Get
Private Set
'Применение
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)
Значение свойства
Тип: Microsoft.WebMatrix.Extensibility.Editor.IEditor
Редактор.