Sdílet prostřednictvím


ISingleValueScopeFilterAsyncProvider<T> Interface

Definition

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

Applies to