ConnectedServiceContext.CreateReadOnlyXmlConfigHelper Method

Definition

Creates an CreateEditableXmlConfigHelper() 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

Returns XmlConfigHelper.

Remarks

Xml configuration files are typically app.config or web.config files in the project.

Applies to