Condividi tramite


XamlBindingHelper Classe

Definizione

Fornisce metodi helper per il data binding.

public ref class XamlBindingHelper sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class XamlBindingHelper final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class XamlBindingHelper
Public NotInheritable Class XamlBindingHelper
Ereditarietà
Object Platform::Object IInspectable XamlBindingHelper
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Commenti

Questa classe è utilizzata nel codice generato dal compilatore XAML.

Proprietà associate XAML

XamlBindingHelper è la classe di servizio host per una proprietà associata XAML. Queste proprietà associate consentono agli elementi figlio di segnalare come devono essere posizionati nell'elemento padre griglia.

Per supportare l'accesso al processore XAML alle proprietà associate e anche per esporre operazioni di get e set equivalenti al codice, ogni proprietà associata XAML ha una coppia di metodi di accesso Get e Set. Un altro modo per ottenere o impostare il valore nel codice consiste nell'usare il sistema delle proprietà di dipendenza, chiamando GetValue o SetValue e passando il campo identificatore come identificatore della proprietà di dipendenza.

Proprietà associata Descrizione
DataTemplateComponent Ottiene o imposta un componente modello di dati.

Proprietà

DataTemplateComponentProperty

Identifica la proprietà associata DataTemplateComponent .

Proprietà associate

DataTemplateComponent

Ottiene o imposta un componente modello di dati.

Metodi

ConvertValue(TypeName, Object)

Converte un valore da un tipo di origine a un tipo di destinazione.

GetDataTemplateComponent(DependencyObject)

Ottiene il valore della proprietà associata XAML DataTemplateComponent per un elemento di destinazione.

ResumeRendering(UIElement)

Riprende il rendering dell'elemento specificato.

SetDataTemplateComponent(DependencyObject, IDataTemplateComponent)

Imposta il valore della proprietà associata XAML DataTemplateComponent per un elemento di destinazione.

SetPropertyFromBoolean(Object, DependencyProperty, Boolean)

Imposta un valore DependencyProperty da un valore booleano .

SetPropertyFromByte(Object, DependencyProperty, Byte)

Imposta un valore DependencyProperty da un valore Byte .

SetPropertyFromChar16(Object, DependencyProperty, Char)

Imposta un valore DependencyProperty da un valore Char .

SetPropertyFromDateTime(Object, DependencyProperty, DateTime)

Imposta un valore DependencyProperty da un valore DateTime .

SetPropertyFromDouble(Object, DependencyProperty, Double)

Imposta un oggetto DependencyProperty da un valore Double .

SetPropertyFromInt32(Object, DependencyProperty, Int32)

Imposta un valore DependencyProperty da un valore Int32 .

SetPropertyFromInt64(Object, DependencyProperty, Int64)

Imposta un valore DependencyProperty da un valore Int64 .

SetPropertyFromObject(Object, DependencyProperty, Object)

Imposta un oggetto DependencyProperty da un valore Object .

SetPropertyFromPoint(Object, DependencyProperty, Point)

Imposta un oggetto DependencyProperty da un valore Point .

SetPropertyFromRect(Object, DependencyProperty, Rect)

Imposta un valore DependencyProperty da un valore Rect .

SetPropertyFromSingle(Object, DependencyProperty, Single)

Imposta un oggetto DependencyProperty da un valore Singolo .

SetPropertyFromSize(Object, DependencyProperty, Size)

Imposta un valore DependencyProperty da un valore Size .

SetPropertyFromString(Object, DependencyProperty, String)

Imposta un valore DependencyProperty da un valore String .

SetPropertyFromTimeSpan(Object, DependencyProperty, TimeSpan)

Imposta un valore DependencyProperty da un valore TimeSpan .

SetPropertyFromUInt32(Object, DependencyProperty, UInt32)

Imposta un valore DependencyProperty da un valore UInt32 .

SetPropertyFromUInt64(Object, DependencyProperty, UInt64)

Imposta un valore DependencyProperty da un valore UInt64 .

SetPropertyFromUri(Object, DependencyProperty, Uri)

Imposta un valore DependencyProperty da un valore Uri .

SuspendRendering(UIElement)

Sospende il rendering dell'elemento specificato.

Si applica a