PropertyReferenceExtension<T> Classe
Definição
Fornece acesso às propriedades contidas em um documento x:Class.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
Parâmetros de tipo
- T
O tipo da propriedade associada.The type of the associated property.
- Herança
- Atributos
Construtores
| PropertyReferenceExtension<T>() |
Inicializa uma nova instância da classe PropertyReferenceExtension<T>.Initializes a new instance of the PropertyReferenceExtension<T> class. |
Propriedades
| PropertyName |
Obtém ou define o nome da propriedade associada.Gets or sets the name of the associated property. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ProvideValue(IServiceProvider) |
Recupera o valor da propriedade associada.Retrieves the value of the associated property. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |