|
49 | 49 | <Docs>
|
50 | 50 | <summary>Implements a derived subclass of the abstract <see cref="T:System.IO.Packaging.Package" /> base class - the <see cref="T:System.IO.Packaging.ZipPackage" /> class uses a ZIP archive as the container store. This class cannot be inherited.</summary>
|
51 | 51 | <remarks>
|
52 |
| - <format type="text/markdown"><. |
70 |
| - |
| 65 | + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/PackageWrite/visualbasic/packagewrite.vb" id="Snippetpackagewritecreatepackage"::: |
| 66 | +
|
71 | 67 | ]]></format>
|
72 | 68 | </remarks>
|
73 | 69 | <altmember cref="T:System.IO.Packaging.PackagePart" />
|
74 |
| - <related type="ExternalDocumentation" href="https://go.microsoft.com/fwlink/?LinkID=160055">Writing a Package Sample</related> |
75 |
| - <related type="ExternalDocumentation" href="https://go.microsoft.com/fwlink/?LinkID=160034">Reading a Package Sample</related> |
76 | 70 | </Docs>
|
77 | 71 | <Members>
|
78 | 72 | <Member MemberName="CreatePartCore">
|
|
309 | 303 | <returns>An array of <see cref="T:System.IO.Packaging.ZipPackagePart" /> objects.</returns>
|
310 | 304 | <remarks>
|
311 | 305 | <format type="text/markdown"><![CDATA[
|
312 |
| - |
313 |
| -Some or all of the parts may be interleaved. The Part object for an interleaved part encapsulates the Uri of the proper part name and the ZipFileInfo of the initial piece. This function does not go through the extra work of checking piece naming validity throughout the package. |
314 |
| - |
| 306 | +
|
| 307 | +Some or all of the parts may be interleaved. The Part object for an interleaved part encapsulates the Uri of the proper part name and the ZipFileInfo of the initial piece. This function does not go through the extra work of checking piece naming validity throughout the package. |
| 308 | +
|
315 | 309 | This means that interleaved parts without an initial piece will be silently ignored. Other naming anomalies are caught at the stream level when an I/O operation involves an anomalous or missing piece.
|
316 |
| - |
| 310 | +
|
317 | 311 | This function reads directly from the underlying IO layer and is supposed to be called just once in the lifetime of a package (at initialization time).
|
318 |
| - |
| 312 | +
|
319 | 313 | ]]></format>
|
320 | 314 | </remarks>
|
321 | 315 | </Docs>
|
|
0 commit comments