'DeclarationPublic ReadOnly Property ChangedProperties As ICollection(Of PropertyChangedDescription)
'UsageDim instance As ItemChangedDescription Dim value As ICollection(Of PropertyChangedDescription) value = instance.ChangedProperties
public ICollection<PropertyChangedDescription> ChangedProperties {get;}