Compartir a través de


QueryInputProviderStateAttribute Class

Definition

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.

Applies to