Metodo StructuralObject.ReportPropertyChanged
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Genera un evento utilizzato per segnalare che una proprietà è stata modificata.
Spazio dei nomi: System.Data.Entity.Core.Objects.DataClasses
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId := "Property")> _
Protected Overridable Sub ReportPropertyChanged ( _
property As String _
)
'Utilizzo
Dim property As String
Me.ReportPropertyChanged(property)
[SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")]
protected virtual void ReportPropertyChanged(
string property
)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1716:IdentifiersShouldNotMatchKeywords", MessageId = L"Property")]
protected:
virtual void ReportPropertyChanged(
String^ property
)
[<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")>]
abstract ReportPropertyChanged :
property:string -> unit
[<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")>]
override ReportPropertyChanged :
property:string -> unit
protected function ReportPropertyChanged(
property : String
)
Parametri
- property
Tipo: System.String
Nome della proprietà modificata.