次の方法で共有


IValueProvider Interface

Definition

An interface that allows the value to be provided for an environment variable.

public interface IValueProvider
type IValueProvider = interface
Public Interface IValueProvider
Derived

Methods

GetValueAsync(CancellationToken)

Gets the value for use as an environment variable.

GetValueAsync(ValueProviderContext, CancellationToken)

Gets the value for use as an environment variable in the specified context.

Applies to