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