SupportsGenericQueryDesignerAttribute 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.
Specifies whether the IQueryDesigner supports custom text mode.
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
- Inheritance
-
SupportsGenericQueryDesignerAttribute
- Attributes
Constructors
SupportsGenericQueryDesignerAttribute(Boolean) |
Initializes a new instance of the SupportsGenericQueryDesignerAttribute class. |
Properties
SupportsGenericQueryDesigner |
Gets a Boolean value that indicates whether the IQueryDesigner supports custom text mode. |