BuildContributorContext.Arguments (Propiedad)

Obtiene un diccionario de argumentos de la línea de comandos y sus valores.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public ReadOnly Property Arguments As IDictionary(Of String, String)
    Get
public IDictionary<string, string> Arguments { get; }
public:
property IDictionary<String^, String^>^ Arguments {
    IDictionary<String^, String^>^ get ();
}
member Arguments : IDictionary<string, string>
function get Arguments () : IDictionary<String, String>

Valor de propiedad

Tipo: System.Collections.Generic.IDictionary<String, String>
Una lista de argumentos y valores de la línea de comandos.

Seguridad de .NET Framework

Vea también

Referencia

BuildContributorContext Clase

Microsoft.Data.Schema.Build (Espacio de nombres)