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

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

http://blogs.yahoo.co.jp/dk521123/31636230.html の続き サンプル ScopePropertyPage.cs using Microsoft.ManagementConsole; namespace SimpleSampleMmc { /// <summary> /// Defines a scope property page. /// </summary> public class ScopePropertyPage : PropertyPage …