Partager via


BuildContributorContext.Arguments, propriété

Obtient un dictionnaire d'arguments de ligne de commande et leurs valeurs.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Collections.Generic.IDictionary<String, String>
Liste des arguments de ligne de commande et leurs valeurs.

Sécurité .NET Framework

Voir aussi

Référence

BuildContributorContext Classe

Microsoft.Data.Schema.Build, espace de noms