共用方式為


ModelComparisonChangeDefinition.PropertiesModified 屬性

取得目標項目中已修改之屬性的清單。

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

語法

'宣告
Public ReadOnly Property PropertiesModified As IList(Of ModelPropertyClass)
    Get
public IList<ModelPropertyClass> PropertiesModified { get; }
public:
property IList<ModelPropertyClass^>^ PropertiesModified {
    IList<ModelPropertyClass^>^ get ();
}
member PropertiesModified : IList<ModelPropertyClass>
function get PropertiesModified () : IList<ModelPropertyClass>

屬性值

型別:System.Collections.Generic.IList<ModelPropertyClass>
型別為 PropertyClass 的 IList<T>

.NET Framework 安全性

請參閱

參考

ModelComparisonChangeDefinition 類別

Microsoft.Data.Schema.SchemaModel 命名空間

PropertyClass