What is mean brackets around namespace?
like that: [Windows::Foundation::Metadata::WebHostHidden]
Hi Ben,
that's not a namespace, it's an attribute. It's the WebHostHiddenAttribute that lives in the Windows.Foundation.Metadata-Namespace. Here's the documenation of the WebHostHiddenAttribute:
http://msdn.microsoft.com/en-us/library/windows.foundation.metadata.webhosthiddenattribute.aspx
If you're not familiar with attributes, take a look at the links on this page:
http://msdn.microsoft.com/en-us/library/aa288059.aspx
Thomas Claudius Huber "If you can't make your app run faster, make it at least look & feel extremly fast" My latest Pluralsight-course: Windows Store Apps - Data Binding in Depth twitter: @thomasclaudiush homepage: www.thomasclaudiushuber.com author of: ultimate Windows Store Apps handbook | ultimate WPF handbook | ultimate Silverlight handbook