Sdílet prostřednictvím


ModelComparisonResult.ElementsChanged – vlastnost

Získá kolekci prvků, které byly změněny.

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

Syntaxe

'Deklarace
Public ReadOnly Property ElementsChanged As IDictionary(Of IModelElement, ModelComparisonChangeDefinition)
    Get
public IDictionary<IModelElement, ModelComparisonChangeDefinition> ElementsChanged { get; }
public:
property IDictionary<IModelElement^, ModelComparisonChangeDefinition^>^ ElementsChanged {
    IDictionary<IModelElement^, ModelComparisonChangeDefinition^>^ get ();
}
member ElementsChanged : IDictionary<IModelElement, ModelComparisonChangeDefinition>
function get ElementsChanged () : IDictionary<IModelElement, ModelComparisonChangeDefinition>

Hodnota vlastnosti

Typ: System.Collections.Generic.IDictionary<IModelElement, ModelComparisonChangeDefinition>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelComparisonResult Třída

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