Partilhar via


Construtor ProvideCommandLineSwitchAttribute

Inicializa uma nova instância da classe ProvideCommandLineSwitchAttribute.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxe

'Declaração
Public Sub New ( _
    name As String, _
    helpText As String _
)
public ProvideCommandLineSwitchAttribute(
    string name,
    string helpText
)

Parâmetros

  • name
    Tipo: System.String
    O nome da opção de linha de comando.
  • helpText
    Tipo: System.String
    O texto de ajuda para a opção de linha de comando.

Segurança do .NET Framework

Consulte também

Referência

ProvideCommandLineSwitchAttribute Classe

Namespace Microsoft.VisualStudio.Modeling.Shell