StandardBindingElement.BindingElementType Property

Definition

When overridden in a derived class, gets the Type object that represents the custom binding element.

protected:
 abstract property Type ^ BindingElementType { Type ^ get(); };
protected abstract Type BindingElementType { get; }
member this.BindingElementType : Type
Protected MustOverride ReadOnly Property BindingElementType As Type

Property Value

A Type object that represents the custom binding type.

Applies to