ProvideCommandLineSwitchAttribute (Constructor)

Inicializa una nueva instancia de la clase ProvideCommandLineSwitchAttribute.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Shell
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxis

'Declaración
Public Sub New ( _
    name As String, _
    helpText As String _
)
public ProvideCommandLineSwitchAttribute(
    string name,
    string helpText
)

Parámetros

  • name
    Tipo: System.String
    El nombre del modificador de la línea de comandos.
  • helpText
    Tipo: System.String
    El texto de ayuda del modificador de la línea de comandos.

Seguridad de .NET Framework

Vea también

Referencia

ProvideCommandLineSwitchAttribute Clase

Microsoft.VisualStudio.Modeling.Shell (Espacio de nombres)