TemplateBindingExpression Class

Definition

Describes a run-time instance of a TemplateBindingExtension.

public ref class TemplateBindingExpression : System::Windows::Expression
[System.ComponentModel.TypeConverter(typeof(System.Windows.TemplateBindingExpressionConverter))]
public class TemplateBindingExpression : System.Windows.Expression
[<System.ComponentModel.TypeConverter(typeof(System.Windows.TemplateBindingExpressionConverter))>]
type TemplateBindingExpression = class
    inherit Expression
Public Class TemplateBindingExpression
Inherits Expression
Inheritance
TemplateBindingExpression
Attributes

Remarks

When the content of a template is instantiated for inspection, the TemplateBindingExpression instances represent the template bindings.

XAML Text Usage

You cannot use this managed class in XAML.

Properties

TemplateBindingExtension

Gets the TemplateBindingExtension object of this expression instance.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to