XmlConfigHelper Class
Provides methods for reading configuration settings in the user's project.
Assembly: Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)
Microsoft.VisualStudio.ConnectedServices::XmlConfigHelper
Microsoft.VisualStudio.ConnectedServices::EditableXmlConfigHelper
| Name | Description | |
|---|---|---|
![]() | XmlConfigHelper() | This constructor supports unit testing your extension and is not intended to be used directly in your production code. |
| Name | Description | |
|---|---|---|
![]() | Configuration | Gets the Configuration object that can be used to inspect the configuration settings. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Dispose(Boolean) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAppSetting(String^) | Gets the string value of the setting with the specified key in the appSettings config section with the specified key and value. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsPrefixUsedInAppSettings(String^) | Gets a value indicating whether an appSetting key exists with the specified keyPrefix. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Instances of this class are provided by the Connected Services infrastructure. It is not intended that you inherit from this class in your production code.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


