共用方式為


ModelComparisonResult.ElementsChanged 屬性

取得已變更之項目的集合。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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>

屬性值

型別:System.Collections.Generic.IDictionary<IModelElement, ModelComparisonChangeDefinition>

.NET Framework 安全性

請參閱

參考

ModelComparisonResult 類別

Microsoft.Data.Schema.SchemaModel 命名空間