Share via


ConnectedServiceContext.CreateReadOnlyXmlConfigHelper Method

Definition

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.

Applies to