QueryInputProviderStateAttribute Class
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 information on the expected provider state of a data provider.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)]
[System.ComponentModel.Composition.MetadataAttribute]
[System.Runtime.CompilerServices.Nullable(0)]
public class QueryInputProviderStateAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type QueryInputProviderStateAttribute = class
inherit Attribute
Public Class QueryInputProviderStateAttribute
Inherits Attribute
- Inheritance
-
QueryInputProviderStateAttribute
- Attributes
Constructors
QueryInputProviderStateAttribute(Type) |
Initializes a new instance of the QueryInputProviderStateAttribute class. |
Properties
InputProviderState |
Gets type name of the input provider state. |