ObjectPropertyProvider.Commit Method

Definition

Provides a specified value for the item.

Overloads

Commit()

Commits the property that provides data.

Commit(Object)

Provides specified data for the object to use.

Commit()

Commits the property that provides data.

public:
 virtual void Commit();
public virtual void Commit ();
abstract member Commit : unit -> unit
override this.Commit : unit -> unit
Public Overridable Sub Commit ()

Applies to

Commit(Object)

Provides specified data for the object to use.

public:
 virtual void Commit(System::Object ^ dataObject);
public virtual void Commit (object dataObject);
abstract member Commit : obj -> unit
override this.Commit : obj -> unit
Public Overridable Sub Commit (dataObject As Object)

Parameters

dataObject
Object

An object that provides data to the property.

Applies to