IWorkspaceIDEConfigurationsService.GetConfigurationValue(String) 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.
Gets the value of a workspace configuration.
public string? GetConfigurationValue (string configuration);
abstract member GetConfigurationValue : string -> string
Public Function GetConfigurationValue (configuration As String) As String
Parameters
- configuration
- String
The configuration name.
Returns
The configuration value. Returns null
if configuration doesn't exist.