PropertyReferenceExtension<T> Class

Definition

Provides access to properties contained in an x:Class document.

generic <typename T>
public ref class PropertyReferenceExtension sealed : System::Windows::Markup::MarkupExtension
[System.Windows.Markup.MarkupExtensionReturnType(typeof(System.Object))]
public sealed class PropertyReferenceExtension<T> : System.Windows.Markup.MarkupExtension
[<System.Windows.Markup.MarkupExtensionReturnType(typeof(System.Object))>]
type PropertyReferenceExtension<'T> = class
    inherit MarkupExtension
Public NotInheritable Class PropertyReferenceExtension(Of T)
Inherits MarkupExtension

Type Parameters

T

The type of the associated property.

Inheritance
PropertyReferenceExtension<T>
Attributes

Constructors

PropertyReferenceExtension<T>()

Initializes a new instance of the PropertyReferenceExtension<T> class.

Properties

PropertyName

Gets or sets the name of the associated property.

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)
ProvideValue(IServiceProvider)

Retrieves the value of the associated property.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to