IProviderStateHolder<TState> 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.
Represents an object holding a query processing provider state.
public interface IProviderStateHolder<out TState> : Microsoft.VisualStudio.ProjectSystem.Query.Execution.IProviderStateHolder
type IProviderStateHolder<'State> = interface
interface IProviderStateHolder
Public Interface IProviderStateHolder(Of Out TState)
Implements IProviderStateHolder
Type Parameters
- TState
The processor state used by other processors in the further processing.
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.- Implements
Properties
ProviderState |
Gets the provider state. |
Methods
GetProviderStateTypes() |
Enumerates through supported provider state types. (Inherited from IProviderStateHolder) |
TryGetProviderState<TProviderState>(TProviderState) |
Gets the provider state. (Inherited from IProviderStateHolder) |