Sdílet prostřednictvím


ModelComparisonResult.ElementsToAdd – vlastnost

Získá kolekci prvků, které jsou umístěny ve zdroji, ale není v cílovém.

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

Syntaxe

'Deklarace
Public ReadOnly Property ElementsToAdd As ReadOnlyCollection(Of IModelElement)
    Get
public ReadOnlyCollection<IModelElement> ElementsToAdd { get; }
public:
property ReadOnlyCollection<IModelElement^>^ ElementsToAdd {
    ReadOnlyCollection<IModelElement^>^ get ();
}
member ElementsToAdd : ReadOnlyCollection<IModelElement>
function get ElementsToAdd () : ReadOnlyCollection<IModelElement>

Hodnota vlastnosti

Typ: System.Collections.ObjectModel.ReadOnlyCollection<IModelElement>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelComparisonResult Třída

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