BindingOperations class

0 out of 1 rated this helpful - Rate this topic

Provides the static SetBinding method.

Inheritance

Object
  BindingOperations

Syntax


public sealed class BindingOperations : Object

Attributes

MarshalingBehaviorAttribute(Agile)
StaticAttribute(Windows.UI.Xaml.Data.IBindingOperationsStatics, NTDDI_WIN8)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The BindingOperations class has these types of members:

Methods

The BindingOperations class has these methods. It also inherits methods from the Object class.

MethodDescription
SetBinding Associates a Binding with a target property on a target object. This method is the code equivalent to declaring a {Binding} in markup.

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.UI.Xaml.Data
Windows::UI::Xaml::Data [C++]

Metadata

Windows.winmd

See also

Binding
XAML data binding sample
Data binding overview

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.