SupportsGenericQueryDesignerAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定 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 是否支持自定义文本模式。 |