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