IEnvironmentVariables InterfaceIEnvironmentVariables InterfaceIEnvironmentVariables Interface
Provides methods to access available environment variables.
Syntax
Public Interface IEnvironmentVariables _ Implements IEnumerable(Of KeyValuePair(Of String, String)), _ System.Collections.IEnumerable
public interface IEnvironmentVariables : IEnumerable<KeyValuePair<string, string>>, System.Collections.IEnumerable
public: interface class IEnvironmentVariables : IEnumerable<KeyValuePair<String^, String^>>, System.Collections::IEnumerable^
The IEnvironmentVariablesIEnvironmentVariablesIEnvironmentVariables
type exposes the following members.
Properties
Methods
Method | Description | |
---|---|---|
![]() | IEnumerable.GetEnumeratorIEnumerable.GetEnumeratorIEnumerable::GetEnumerator | Returns an enumerator that iterates through a collection.(Inherited from System.Collections.IEnumerableSystem.Collections.IEnumerableSystem.Collections::IEnumerable) |
![]() | IEnumerable.GetEnumeratorIEnumerable.GetEnumeratorIEnumerable::GetEnumerator | Returns an enumerator that iterates through the collection.(Inherited from System.Collections.Generic.IEnumerable<T>System.Collections.Generic.IEnumerable(Of T)System.Collections.Generic::IEnumerable<T>) |
Remarks
The available environment variables can be made available via the AvailableEnvironmentVariablesAvailableEnvironmentVariablesAvailableEnvironmentVariables property of the DynamicContextSettingsDynamicContextSettingsDynamicContextSettings class.
The available environment variables can be accessed via the fn:environment-variable
and
available-environment-variables
functions.