Freigeben über


BuildContributorContext.Arguments-Eigenschaft

Ruft ein Wörterbuch von Befehlszeilenargumenten und ihren Werten ab.

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

Syntax

'Declaration
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>

Eigenschaftswert

Typ: System.Collections.Generic.IDictionary<String, String>
Eine Liste von Befehlszeilenargumenten und Werten.

.NET Framework-Sicherheit

Siehe auch

Referenz

BuildContributorContext Klasse

Microsoft.Data.Schema.Build-Namespace