Compartir a través de


ProvideCommandLineSwitchAttribute Clase

Definición

Importante

Esta API no es conforme a CLS.

Clase de atributo para proporcionar las entradas del Registro para contribuir a un modificador de línea de comandos

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

Constructores

ProvideCommandLineSwitchAttribute(String, String)

Create un nuevo atributo ProvideCommandLineSwitch

Propiedades

Arguments

Número de argumentos para el modificador de línea de comandos

DemandLoad

Si el modificador de línea de comandos debe provocar la carga deman

HelpText

Cadena de ayuda para el modificador de línea de comandos

Name

Nombre del modificador de línea de comandos

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)

Registre un nuevo modificador de la línea de comandos

Unregister(RegistrationAttribute+RegistrationContext)

Anula el registro de un modificador de la línea de comandos

Se aplica a