Click here to Skip to main content
15,886,806 members
Articles / Programming Languages / Visual Basic

Device enumeration in Windows 8

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
20 Sep 2012Public Domain4 min read 90.1K   1.3K   9  
Exploring the Windows.Devices.Enumeration.DeviceInformation and Windows.Devices.Enumeration.Pnp APIs.

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "DeviceEnumeration", "DeviceEnumeration.vbproj", "{FF0147BB-8C95-4051-A9A2-76FD2D240B23}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{FF0147BB-8C95-4051-A9A2-76FD2D240B23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{FF0147BB-8C95-4051-A9A2-76FD2D240B23}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{FF0147BB-8C95-4051-A9A2-76FD2D240B23}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{FF0147BB-8C95-4051-A9A2-76FD2D240B23}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Technical Lead
United States United States
Lucian studied theoretical computer science in Cambridge and Bologna, and then moved into the computer industry. Since 2004 he's been paid to do what he loves -- designing and implementing programming languages! The articles he writes on CodeProject are entirely his own personal hobby work, and do not represent the position or guidance of the company he works for. (He's on the VB/C# language team at Microsoft).

Comments and Discussions