Compartir a través de


DTEClass.CommandLineArguments (Propiedad)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Para obtener más información sobre esta propiedad, consulte CommandLineArguments.

Espacio de nombres:  EnvDTE
Ensamblado:  EnvDTE (en EnvDTE.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property CommandLineArguments As String
public virtual string CommandLineArguments { get; }
public:
virtual property String^ CommandLineArguments {
    String^ get ();
}
abstract CommandLineArguments : string with get 
override CommandLineArguments : string with get
function get CommandLineArguments () : String

Valor de propiedad

Tipo: String
Argumentos de la línea de comandos.

Implementaciones

_DTE.CommandLineArguments

Seguridad de .NET Framework

Vea también

Referencia

DTEClass Clase

EnvDTE (Espacio de nombres)