BuildContributorContext – konstruktor
Inicializuje novou instanci BuildContributorContext Třída
Obor názvů: Microsoft.Data.Schema.Build
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Public Sub New ( _
buildProperties As Dictionary(Of String, Object), _
arguments As Dictionary(Of String, String), _
buildModel As DataSchemaModel, _
extensionFiles As ITaskItem() _
)
public BuildContributorContext(
Dictionary<string, Object> buildProperties,
Dictionary<string, string> arguments,
DataSchemaModel buildModel,
ITaskItem[] extensionFiles
)
public:
BuildContributorContext(
Dictionary<String^, Object^>^ buildProperties,
Dictionary<String^, String^>^ arguments,
DataSchemaModel^ buildModel,
array<ITaskItem^>^ extensionFiles
)
new :
buildProperties:Dictionary<string, Object> *
arguments:Dictionary<string, string> *
buildModel:DataSchemaModel *
extensionFiles:ITaskItem[] -> BuildContributorContext
public function BuildContributorContext(
buildProperties : Dictionary<String, Object>,
arguments : Dictionary<String, String>,
buildModel : DataSchemaModel,
extensionFiles : ITaskItem[]
)
Parametry
- buildProperties
Typ: System.Collections.Generic.Dictionary<String, Object>
A Dictionary vlastnosti pojmenované hodnoty.Nelze nullodkaz Null (Nothing v jazyce Visual Basic).
- arguments
Typ: System.Collections.Generic.Dictionary<String, String>
A Dictionary argumenty příkazového řádku a hodnoty.Nelze nullodkaz Null (Nothing v jazyce Visual Basic).
- buildModel
Typ: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Odkaz na DataSchemaModel projektu.Nelze nullodkaz Null (Nothing v jazyce Visual Basic).
- extensionFiles
Typ: array<Microsoft.Build.Framework.ITaskItem[]
Pole ITaskItem objektů.
Výjimky
Výjimka | Podmínka |
---|---|
ArgumentNullException | buildProperties Vlastnost, arguments Vlastnosti, nebo buildModel vlastnost je nullodkaz Null (Nothing v jazyce Visual Basic). |
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.