| File: System\IO\Packaging\PackageXmlEnum.cs | Web Access |
| Project: src\runtime\src\libraries\System.IO.Packaging\src\System.IO.Packaging.csproj (System.IO.Packaging) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace System.IO.Packaging { internal enum PackageXmlEnum { NotDefined, XmlSchemaInstanceNamespace, XmlSchemaInstanceNamespacePrefix, XmlNamespacePrefix, PackageCorePropertiesNamespace, DublinCorePropertiesNamespace, DublinCoreTermsNamespace, DublinCorePropertiesNamespacePrefix, DublincCoreTermsNamespacePrefix, CoreProperties, Type, Creator, Identifier, Title, Subject, Description, Language, Created, Modified, ContentType, Keywords, Category, Version, LastModifiedBy, ContentStatus, Revision, LastPrinted } }