IMultiValueScopeFilterAsyncProvider<T> Interface
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.
Provides a multi-value scope filter in an async way that maps a key to a specific ScopeValue.
generic <typename T>
where T : ScopeValuepublic interface class IMultiValueScopeFilterAsyncProvider : Microsoft::VisualStudio::RemoteSettings::IMultiValueScopeFilterProvider<T>
public interface IMultiValueScopeFilterAsyncProvider<T> : Microsoft.VisualStudio.RemoteSettings.IMultiValueScopeFilterProvider<T> where T : ScopeValue
type IMultiValueScopeFilterAsyncProvider<'T (requires 'T :> ScopeValue)> = interface
interface IMultiValueScopeFilterProvider<'T (requires 'T :> ScopeValue)>
interface IScopeFilterProvider
Public Interface IMultiValueScopeFilterAsyncProvider(Of T)
Implements IMultiValueScopeFilterProvider(Of T)
Type Parameters
- T
- Implements
Properties
Name |
Gets name of the filter provider (Inherited from IScopeFilterProvider) |
Methods
Provide(String) |
Provides a ScopeValue for the specified key. (Inherited from IMultiValueScopeFilterProvider<T>) |
ProvideAsync(String) |
Provides a ScopeValue for the specified key. |