BuildContributorContext.Arguments Property
Gets a dictionary of command-line arguments and their values.
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)
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>
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
A list of command-line arguments and values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.