Bearbeiten

Binding.GetObject Method

Definition

When overridden in a derived class, gets the object that the binding reference is defined on.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 abstract System::Object ^ GetObject();
protected abstract object GetObject ();
abstract member GetObject : unit -> obj
Protected MustOverride Function GetObject () As Object

Returns

The object that the binding reference is defined on.

Applies to

See also