ISingleValueScopeFilterProvider<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.
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
Type Parameters
- T
- Derived
- Implements
Properties
Name |
Gets name of the filter provider (Inherited from IScopeFilterProvider) |
Methods
Provide() |
Provides a ScopeValue |