SettingRule.EnvironmentVariableEqual(String, 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.
Creates a SettingRule that is satisfied when an environment variable has the provided value.
public static Microsoft.VisualStudio.Extensibility.Settings.SettingRule EnvironmentVariableEqual (string environmentVariableName, string value);
static member EnvironmentVariableEqual : string * string -> Microsoft.VisualStudio.Extensibility.Settings.SettingRule
Public Shared Function EnvironmentVariableEqual (environmentVariableName As String, value As String) As SettingRule
Parameters
- environmentVariableName
- String
The name of the environment variable.
- value
- String
The value of the environment variable that satisfies this rule.
Returns
A SettingRule instance.
Remarks
An undefined environment variable will be considered to have an empty string value.