ISingleValueScopeFilterProvider<T> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit un unique ScopeValue .
generic <typename T>
where T : ScopeValuepublic interface class ISingleValueScopeFilterProvider : Microsoft::VisualStudio::RemoteSettings::IScopeFilterProvider
public interface ISingleValueScopeFilterProvider<out T> : Microsoft.VisualStudio.RemoteSettings.IScopeFilterProvider where T : ScopeValue
type ISingleValueScopeFilterProvider<'T (requires 'T :> ScopeValue)> = interface
interface IScopeFilterProvider
Public Interface ISingleValueScopeFilterProvider(Of Out T)
Implements IScopeFilterProvider
Paramètres de type
- T
- Dérivé
- Implémente
Propriétés
| Name |
Obtient le nom du fournisseur de filtres (Hérité de IScopeFilterProvider) |
Méthodes
| Provide() |
Fournit un ScopeValue |