Sdílet prostřednictvím


ModelComparisonChangeDefinition.PropertiesModified – vlastnost

Získá seznam vlastností cílový prvek, 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 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>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<ModelPropertyClass>
An IList<T> of type PropertyClass.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelComparisonChangeDefinition Třída

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

PropertyClass