BindingElementExtensionElement.BindingElementType Property

Definition

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

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

Property Value

A Type object that represents the custom binding type.

Remarks

Override and implement the BindingElementType property to return the type of the custom binding element this BindingElementExtensionElement associates with the configuration system.

Applies to