SupportsGenericQueryDesignerAttribute Clase

Definición

Especifica si la interfaz IQueryDesigner admite el modo de texto personalizado.

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
Herencia
SupportsGenericQueryDesignerAttribute
Atributos

Constructores

SupportsGenericQueryDesignerAttribute(Boolean)

Inicializa una nueva instancia de la clase SupportsGenericQueryDesignerAttribute.

Propiedades

SupportsGenericQueryDesigner

Obtiene un valor booleano que indica si la interfaz IQueryDesigner admite el modo de texto personalizado.

Se aplica a