Sdílet prostřednictvím


IMultiValueScopeFilterProvider<T> Interface

Definition

Provides a multi-value scope filter that maps a key to a specific ScopeValue.

generic <typename T>
 where T : ScopeValuepublic interface class IMultiValueScopeFilterProvider : Microsoft::VisualStudio::RemoteSettings::IScopeFilterProvider
public interface IMultiValueScopeFilterProvider<out T> : Microsoft.VisualStudio.RemoteSettings.IScopeFilterProvider where T : ScopeValue
type IMultiValueScopeFilterProvider<'T (requires 'T :> ScopeValue)> = interface
    interface IScopeFilterProvider
Public Interface IMultiValueScopeFilterProvider(Of Out T)
Implements IScopeFilterProvider

Type Parameters

T
This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived
Implements

Properties

Name

Gets name of the filter provider

(Inherited from IScopeFilterProvider)

Methods

Provide(String)

Provides a ScopeValue for the specified key.

Applies to