Compartilhar via


Propriedade BuildContributorContext.Arguments

Obtém um dicionário de argumentos de linha de comando e seus valores.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Collections.Generic.IDictionary<String, String>
Uma lista de argumentos de linha de comando e valores.

Segurança do .NET Framework

Consulte também

Referência

BuildContributorContext Classe

Namespace Microsoft.Data.Schema.Build