Share via


SupportsGenericQueryDesignerAttribute 类

定义

指定 IQueryDesigner 是否支持自定义文本模式。

public ref class SupportsGenericQueryDesignerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public class SupportsGenericQueryDesignerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type SupportsGenericQueryDesignerAttribute = class
    inherit Attribute
Public Class SupportsGenericQueryDesignerAttribute
Inherits Attribute
继承
SupportsGenericQueryDesignerAttribute
属性

构造函数

SupportsGenericQueryDesignerAttribute(Boolean)

初始化 SupportsGenericQueryDesignerAttribute 类的新实例。

属性

SupportsGenericQueryDesigner

获取一个布尔值,该值指示 IQueryDesigner 是否支持自定义文本模式。

适用于