ProvideXmlEditorChooserDesignerViewAttribute.CodeLogicalViewEditor 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 code logical view
public:
property System::Object ^ CodeLogicalViewEditor { System::Object ^ get(); void set(System::Object ^ value); };
public:
property Platform::Object ^ CodeLogicalViewEditor { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object CodeLogicalViewEditor { get; set; }
member this.CodeLogicalViewEditor : obj with get, set
Public Property CodeLogicalViewEditor As Object