Sdílet prostřednictvím


BuildContributorContext.BuildProperties – vlastnost

Získá slovník pojmenované vlastnosti a jejich hodnoty.

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

Syntaxe

'Deklarace
Public ReadOnly Property BuildProperties As IDictionary(Of String, Object)
    Get
public IDictionary<string, Object> BuildProperties { get; }
public:
property IDictionary<String^, Object^>^ BuildProperties {
    IDictionary<String^, Object^>^ get ();
}
member BuildProperties : IDictionary<string, Object>
function get BuildProperties () : IDictionary<String, Object>

Hodnota vlastnosti

Typ: System.Collections.Generic.IDictionary<String, Object>
Vlastnosti a hodnoty.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

BuildContributorContext Třída

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