Click here to Skip to main content
15,886,873 members
Articles / WinRT

Rudimentary Way to Make a WinRT Component Object Bindable in WinJS

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
15 Oct 2013CPOL1 min read 5.2K  
When projecting a WinRT Component object to WinJS, I kept running into an exception saying that the WinRT object could not be extended. This post will briefly describe how I got around this issue.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
Caleb is a software development consultant specialized in creating web solutions for critical business problems. He has a passion for front-end development and helping other developers find their role. He enjoys making development easier to do, easier to learn and easier to improve upon. His days are pleasantly filled with TypeScript, HTML5 and C#.

Comments and Discussions