US 1889327: Suggestion/warning fixes. (#1306)

* Suggestion/warning fixes.

* Minor edits.

* Minor edits.

* Updated ms.date

* Review edits.

* Review edits.
This commit is contained in:
Pooja Poojari
2022-02-16 09:07:57 -08:00
committed by GitHub
parent c4b1d28a60
commit 98f5298543
5 changed files with 13 additions and 8 deletions
@@ -1,6 +1,7 @@
--- ---
title: "ComponentResourceKey Markup Extension" title: "ComponentResourceKey Markup Extension"
ms.date: "03/30/2017" ms.date: "03/30/2017"
ms.custom: devdivchpfy22
f1_keywords: f1_keywords:
- "ComponentResourceKey" - "ComponentResourceKey"
- "ComponentResourceKeyExtension" - "ComponentResourceKeyExtension"
@@ -38,8 +39,8 @@ Defines and references keys for resources that are loaded from external assembli
## XAML Values ## XAML Values
||| | Value | Description |
|-|-| |-------|-------------|
|`targetTypeName`|The name of the public common language runtime (CLR) type that is defined in the resource assembly.| |`targetTypeName`|The name of the public common language runtime (CLR) type that is defined in the resource assembly.|
|`targetID`|The key for the resource. When resources are looked up, `targetID` will be analogous to the [x:Key Directive](/dotnet/desktop/xaml-services/xkey-directive) of the resource.| |`targetID`|The key for the resource. When resources are looked up, `targetID` will be analogous to the [x:Key Directive](/dotnet/desktop/xaml-services/xkey-directive) of the resource.|
@@ -1,6 +1,7 @@
--- ---
title: "Documents" title: "Documents Overview"
ms.date: "03/30/2017" ms.date: "03/30/2017"
ms.custom: devdivchpfy22
ms.topic: overview ms.topic: overview
helpviewer_keywords: helpviewer_keywords:
- "documents [WPF], packaging" - "documents [WPF], packaging"
@@ -72,8 +73,8 @@ ms.assetid: 6e8db7bc-050a-4070-aa72-bb8c46e87ff8
### Package Components ### Package Components
The [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] packaging APIs allow application data and documents to be organized into a single portable unit. A ZIP file is one of the most common types of packages and is the default package type provided with [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)]. <xref:System.IO.Packaging.Package> itself is an abstract class from which <xref:System.IO.Packaging.ZipPackage> is implemented using an open standard XML and ZIP file architecture. The <xref:System.IO.Packaging.Package.Open%2A> method uses <xref:System.IO.Packaging.ZipPackage> to create and use ZIP files by default. A package can contain three basic types of items: The [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] packaging APIs allow application data and documents to be organized into a single portable unit. A ZIP file is one of the most common types of packages and is the default package type provided with [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)]. <xref:System.IO.Packaging.Package> itself is an abstract class from which <xref:System.IO.Packaging.ZipPackage> is implemented using an open standard XML and ZIP file architecture. The <xref:System.IO.Packaging.Package.Open%2A> method uses <xref:System.IO.Packaging.ZipPackage> to create and use ZIP files by default. A package can contain three basic types of items:
||| | Item | Description |
|-|-| |------|-------------|
|<xref:System.IO.Packaging.PackagePart>|Application content, data, documents, and resource files.| |<xref:System.IO.Packaging.PackagePart>|Application content, data, documents, and resource files.|
|<xref:System.IO.Packaging.PackageDigitalSignature>|[X.509 Certificate] for identification, authentication and validation.| |<xref:System.IO.Packaging.PackageDigitalSignature>|[X.509 Certificate] for identification, authentication and validation.|
|<xref:System.IO.Packaging.PackageRelationship>|Added information related to the package or a specific part.| |<xref:System.IO.Packaging.PackageRelationship>|Added information related to the package or a specific part.|
@@ -1,6 +1,7 @@
--- ---
title: "Documents" title: "Documents"
ms.date: "03/30/2017" ms.date: "03/30/2017"
ms.custom: devdivchpfy22
f1_keywords: f1_keywords:
- "AutoGeneratedOrientationPage" - "AutoGeneratedOrientationPage"
helpviewer_keywords: helpviewer_keywords:
@@ -1,6 +1,7 @@
--- ---
title: "DynamicResource Markup Extension" title: "DynamicResource Markup Extension"
ms.date: "03/30/2017" ms.date: "03/30/2017"
ms.custom: devdivchpfy22
f1_keywords: f1_keywords:
- "DynamicResource" - "DynamicResource"
- "DynamicResourceExtension" - "DynamicResourceExtension"
@@ -30,8 +31,8 @@ Provides a value for any [!INCLUDE[TLA2#tla_xaml](../../../includes/tla2sharptla
## XAML Values ## XAML Values
||| | Value | Description |
|-|-| |-------|-------------|
|`key`|The key for the requested resource. This key was initially assigned by the [x:Key Directive](/dotnet/desktop/xaml-services/xkey-directive) if a resource was created in markup, or was provided as the `key` parameter when calling <xref:System.Windows.ResourceDictionary.Add%2A?displayProperty=nameWithType> if the resource was created in code.| |`key`|The key for the requested resource. This key was initially assigned by the [x:Key Directive](/dotnet/desktop/xaml-services/xkey-directive) if a resource was created in markup, or was provided as the `key` parameter when calling <xref:System.Windows.ResourceDictionary.Add%2A?displayProperty=nameWithType> if the resource was created in code.|
## Remarks ## Remarks
@@ -1,7 +1,8 @@
--- ---
title: How to Alter the Typography of Text title: "How to alter the typography of text"
description: To alter the telegraphy of text, set the telegraphy attribute. You can set the typographic property of text programmatically. You can see how altered and default telegraphy properties of text render on screen each with an example. description: To alter the telegraphy of text, set the telegraphy attribute. You can set the typographic property of text programmatically. You can see how altered and default telegraphy properties of text render on screen each with an example.
ms.date: "03/30/2017" ms.date: "03/30/2017"
ms.custom: devdivchpfy22
dev_langs: dev_langs:
- "csharp" - "csharp"
- "vb" - "vb"