コード例 #1
0
        public void TestProperties()
        {
            Assert.IsNotNull(package.PackageProperties, "#1");
            package.PackageProperties.Title = "Title";
            package.Flush();

            // the relationship part and packageproperties part
            Assert.AreEqual(2, package.CreatedParts.Count, "#2");
        }