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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.