RegisterEditorExtensionAttribute.EditorFactoryNotify Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether or not to create the EditorFactoryNotify registry key on registration.
public:
property bool EditorFactoryNotify { bool get(); void set(bool value); };
public:
property bool EditorFactoryNotify { bool get(); void set(bool value); };
public bool EditorFactoryNotify { get; set; }
member this.EditorFactoryNotify : bool with get, set
Public Property EditorFactoryNotify As Boolean
Property Value
true
if the EditorFactoryNotify registry key should be created, otherwise false
.