ConnectedServiceHandlerContext.CreateEditableXmlConfigHelper Method
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.
Creates an EditableXmlConfigHelper that can be used to read or write xml configuration files.
public:
abstract Microsoft::VisualStudio::ConnectedServices::EditableXmlConfigHelper ^ CreateEditableXmlConfigHelper();
public:
abstract Microsoft::VisualStudio::ConnectedServices::EditableXmlConfigHelper ^ CreateEditableXmlConfigHelper();
abstract Microsoft::VisualStudio::ConnectedServices::EditableXmlConfigHelper CreateEditableXmlConfigHelper();
public abstract Microsoft.VisualStudio.ConnectedServices.EditableXmlConfigHelper CreateEditableXmlConfigHelper ();
abstract member CreateEditableXmlConfigHelper : unit -> Microsoft.VisualStudio.ConnectedServices.EditableXmlConfigHelper
Public MustOverride Function CreateEditableXmlConfigHelper () As EditableXmlConfigHelper
Returns
A new EditableXmlConfigHelper object which can be used to read or write xml configuration files.
Remarks
Xml configuration files are typically app.config or web.config files in the project.