开发者

Is data binding a feature of XAML? The Silverlight CLR? the C# language?

I'm learning Silverlight and am trying to ingest some new concepts. Just so I understand, is the data binding 开发者_高级运维feature found in Silverlight part of Silverlight itself? Or is part of the underlying .NET framework itself?


It is part of the Silverlight runtime (which includes the Silverlight version of the CLR). You can set up bindings without using XAML (see BindingOperations.SetBinding) and you can set up bindings in Visual Basic or any other language that targets Silverlight and can call the SetBinding API.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜