ISingleValueScopeFilterAsyncProvider<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 single ScopeValue in an async way.
generic <typename T>
where T : ScopeValuepublic interface class ISingleValueScopeFilterAsyncProvider : Microsoft::VisualStudio::RemoteSettings::ISingleValueScopeFilterProvider<T>
public interface ISingleValueScopeFilterAsyncProvider<T> : Microsoft.VisualStudio.RemoteSettings.ISingleValueScopeFilterProvider<T> where T : ScopeValue
type ISingleValueScopeFilterAsyncProvider<'T (requires 'T :> ScopeValue)> = interface
interface ISingleValueScopeFilterProvider<'T (requires 'T :> ScopeValue)>
interface IScopeFilterProvider
Public Interface ISingleValueScopeFilterAsyncProvider(Of T)
Implements ISingleValueScopeFilterProvider(Of T)
Type Parameters
- T
- Implements
Properties
Name |
Gets name of the filter provider (Inherited from IScopeFilterProvider) |
Methods
Provide() |
Provides a ScopeValue (Inherited from ISingleValueScopeFilterProvider<T>) |
ProvideAsync() |
Provides a ScopeValue |