Compartilhar via


NSManagedObject.WillChangeValueForKey Método

Definição

Sobrecargas

WillChangeValueForKey(String)

O método chamado antes do valor da propriedade identificada por key é alterado.

WillChangeValueForKey(String, NSKeyValueSetMutationKind, NSSet)

O método chamado antes do valor da propriedade muitos para muitos que é identificado por key é alterado.

WillChangeValueForKey(String)

O método chamado antes do valor da propriedade identificada por key é alterado.

[Foundation.Export("willChangeValueForKey:")]
public virtual void WillChangeValueForKey (string key);
abstract member WillChangeValueForKey : string -> unit
override this.WillChangeValueForKey : string -> unit

Parâmetros

key
String
Atributos

Aplica-se a

WillChangeValueForKey(String, NSKeyValueSetMutationKind, NSSet)

O método chamado antes do valor da propriedade muitos para muitos que é identificado por key é alterado.

[Foundation.Export("willChangeValueForKey:withSetMutation:usingObjects:")]
public virtual void WillChangeValueForKey (string inKey, Foundation.NSKeyValueSetMutationKind inMutationKind, Foundation.NSSet inObjects);
abstract member WillChangeValueForKey : string * Foundation.NSKeyValueSetMutationKind * Foundation.NSSet -> unit
override this.WillChangeValueForKey : string * Foundation.NSKeyValueSetMutationKind * Foundation.NSSet -> unit

Parâmetros

inKey
String
inMutationKind
NSKeyValueSetMutationKind
inObjects
NSSet
Atributos

Aplica-se a