コード例 #1
0
        public void FetchProperties_Test()
        {
            ControlManifestDetails details = new ControlManifestDetails();

            details.WorkingFolderPath   = @"C:\PowerMeUpExamples\TestNewDesign";
            details.ControlName         = "PCFTest";
            details.ControlDescription  = "Testing";
            details.ManifestFilePath    = $"{details.WorkingFolderPath}\\{details.ControlName}\\ControlManifest.Input.xml";
            details.FoundControlDetails = true;

#if DEBUG
            ControlManifestHelper helper = new ControlManifestHelper();
            helper.FetchProperties(details);
#endif
        }