StandardBindingElement.BindingElementType Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : TypeProtected MustOverride ReadOnly Property BindingElementType As TypeProperty Value
A Type object that represents the custom binding type.