2013-05-13から1日間の記事一覧

【MMC】Microsoft 管理コンソール ~プログラム作成 / プロパティ[2] ~

http://blogs.yahoo.co.jp/dk521123/31629756.html の続き サンプル UserListView.cs using System; using Microsoft.ManagementConsole; /// <summary> /// Provides the base functionality required to present a list in the results pane. /// </summary> public class Use…