forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathns-System.IO.Packaging.xml
More file actions
47 lines (28 loc) · 4 KB
/
ns-System.IO.Packaging.xml
File metadata and controls
47 lines (28 loc) · 4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<Namespace Name="System.IO.Packaging">
<Docs>
<summary>Provides classes that support storage of multiple data objects in a single container.</summary>
<remarks>
<format type="text/markdown"><.
[!INCLUDE[TLA#tla_wpf](~/includes/tlasharptla-wpf-md.md)] uses packages to store content, resources, and relationships for pages and documents using a standard ZIP file by default. As with any ZIP file, your application can use the <xref:System.IO.Packaging> classes to store and optionally protect any type or number of data files in a single efficient-to-access container.
For more information, see the Open Packaging Conventions (OPC) specification, available for download at the XPS section of [Windows Hardware Developer Central](http://go.microsoft.com/fwlink/?LinkID=71255).
]]></format>
</remarks>
</Docs>
</Namespace>