Sdílet prostřednictvím


BuildContributorContext.Arguments – vlastnost

Získá slovník argumenty příkazového řádku a jejich hodnoty.

Obor názvů:  Microsoft.Data.Schema.Build
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Collections.Generic.IDictionary<String, String>
Seznam argumentů příkazového řádku a hodnoty.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

BuildContributorContext Třída

Microsoft.Data.Schema.Build – obor názvů