ProvideXmlEditorChooserDesignerViewAttribute.TextLogicalViewEditor 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.
The editor factory to associate with the text logical view
public:
property System::Object ^ TextLogicalViewEditor { System::Object ^ get(); void set(System::Object ^ value); };
public object TextLogicalViewEditor { get; set; }
member this.TextLogicalViewEditor : obj with get, set
Public Property TextLogicalViewEditor As Object