Compartir a través de


ProvideDesignerOptionsAttribute Clase

Definición

Asocia una o más categorías a cada diseñador en el Registro.

public ref class ProvideDesignerOptionsAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideDesignerOptionsAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class ProvideDesignerOptionsAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type ProvideDesignerOptionsAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class ProvideDesignerOptionsAttribute
Inherits RegistrationAttribute
Herencia
ProvideDesignerOptionsAttribute
Atributos

Constructores

ProvideDesignerOptionsAttribute(String)

Inicializa una nueva instancia de ProvideDesignerOptionsAttribute con el nombre de categoría especificado.

Propiedades

CategoryName

Obtiene el nombre mediante programación no traducido para esta categoría.

TypeId

Invalide la propiedad TypeID para permitir que las clases derivadas RegistrationAttribute funcionen con System.ComponentModel.TypeDescriptor.GetAttributes(...). Un atributo derivado de este tendrá que invalidar esta propiedad solo si necesita un mejor control en las instancias que se pueden aplicar a una clase.

(Heredado de RegistrationAttribute)

Métodos

GetPackageRegKeyPath(Guid)

Obtiene la ruta del Registro (en relación con la raíz del Registro de la aplicación) del Paquete VSPackage.

(Heredado de RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Registra las opciones del diseñador.

Unregister(RegistrationAttribute+RegistrationContext)

Quita este atributo del Registro usando el contexto del Registro especificado.

Se aplica a