mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-08 07:56:07 +02:00
US 1889327: Updated H2 and column headers. (#1326)
* Updated H2 and column headers. * Metadata update. * Minor edits. * Apply suggestions from code review Co-authored-by: Andy (Steve) De George <[email protected]>
This commit is contained in:
co-authored by
Andy De George
parent
6d665a13bd
commit
692293bda8
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "{} Escape Sequence - Markup Extension"
|
||||
description: Learn about the Escape Sequence.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
f1_keywords:
|
||||
- "{}"
|
||||
helpviewer_keywords:
|
||||
@@ -34,8 +36,8 @@ Provides the XAML escape sequence for attribute values. The escape sequence allo
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|*literalValue*|The literal string that follows the escape sequence. Typically this string contains an open or close brace ({ or }).|
|
||||
|
||||
## Remarks
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:Array Markup Extension"
|
||||
description: Learn about the x:Array Markup Extension.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
f1_keywords:
|
||||
- "x:Array"
|
||||
- "xArray"
|
||||
@@ -23,8 +25,8 @@ Provides general support for arrays of objects in XAML through a markup extensio
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`typeName`|The name of the type that your `x:Array` will contain. `typeName` may be (and often is) prefixed for a XAML namespace that contains the XAML type definitions.|
|
||||
|`arrayContents`|The items content that is assigned to the intrinsic `ArrayExtension.Items` property. Typically, these items are specified as one or more object elements contained within the `x:Array` opening and closing tags. Objects specified here are expected to be assignable to the XAML type specified in `typeName`.|
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:Class Directive"
|
||||
description: Learn about the x:Class Directive.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
f1_keywords:
|
||||
- "x:Class"
|
||||
- "xClass"
|
||||
@@ -25,8 +27,8 @@ Configures XAML markup compilation to join partial classes between markup and co
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`namespace`|Optional. Specifies a CLR namespace that contains the partial class identified by `classname`. If `namespace` is specified, a dot (.) separates `namespace` and `classname`. See Remarks.|
|
||||
|`classname`|Required. Specifies the CLR name of the partial class that connects the loaded XAML and your code-behind for that XAML.|
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:ClassModifier Directive"
|
||||
description: Learn about the x:ClassModifier Directive.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
f1_keywords:
|
||||
- "xClassModifier"
|
||||
- "x:ClassModifier"
|
||||
@@ -25,8 +27,8 @@ Modifies XAML compilation behavior when `x:Class` is also provided. Specifically
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|*NotPublic*|The exact string to pass to specify <xref:System.Reflection.TypeAttributes.Public?displayProperty=nameWithType> versus <xref:System.Reflection.TypeAttributes.NotPublic?displayProperty=nameWithType> varies, depending on the code-behind programming language that you use. See Remarks.|
|
||||
|
||||
## Dependencies
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:XData Intrinsic XAML Type"
|
||||
description: Learn about the x:XData Intrinsic XAML type.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
f1_keywords:
|
||||
- "x:XData"
|
||||
- "XData"
|
||||
@@ -26,8 +28,8 @@ Enables placement of XML data islands within a XAML production. XML elements wit
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`elementDataRoot`|The single root element of the enclosed data island. For most eventual consumers, XML that does not have a single root is considered invalid. In particular, a single root is required if the `x:XData` is intended as an XML data source for WPF or many other technologies that use XML sources for data binding.|
|
||||
|`[elementData]`|Optional. XML that represents the XML data. Any number of elements can be contained as element data and nested elements can be contained in other elements; however, the general rules of XML apply.|
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:FactoryMethod Directive"
|
||||
description: Learn about the x:FactoryMethod Directive.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
helpviewer_keywords:
|
||||
- "XAML. x:FactoryMethod directive [XAML Services]"
|
||||
- "FactoryMethod directive in XAML [XAML Services]"
|
||||
@@ -30,8 +32,8 @@ Specifies a method other than a constructor that a XAML processor should use to
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`methodname`|The string method name of a method that XAML processors call to initialize the instance specified as `object`. See Remarks.|
|
||||
|`oneOrMoreObjectElements`|One or more object elements for objects that specify factory method parameters. Order is significant; it signifies the order in which arguments should be passed to the factory method.|
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:FieldModifier Directive"
|
||||
description: Learn about the x:FieldModifier Directive.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
helpviewer_keywords:
|
||||
- "FieldModifier attribute in XAML [XAML Services]"
|
||||
- "x:FieldModifier attribute [XAML Services]"
|
||||
@@ -18,8 +20,8 @@ Modifies XAML compilation behavior so that fields for named object references ar
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|*Public*|The exact string you pass to specify <xref:System.Reflection.TypeAttributes.Public?displayProperty=nameWithType> versus <xref:System.Reflection.TypeAttributes.NotPublic?displayProperty=nameWithType> varies, depending on the code-behind programming language that is used. See Remarks.|
|
||||
|
||||
## Dependencies
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:Member Directive"
|
||||
description: Learn about the x:Member Directive.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
ms.assetid: 4d8394ef-644c-4331-b6c5-be855d392980
|
||||
---
|
||||
# x:Member Directive
|
||||
@@ -20,8 +22,8 @@ Declares a XAML member in markup.
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`className`|Name of the backing class or partial class for the XAML production.|
|
||||
|`memberName`|Member name of the property being defined.|
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:Members Directive"
|
||||
description: Learn about the x:Members Directive.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
ms.assetid: 155b393d-3b49-4c5a-8c9e-b3d9893af4e4
|
||||
---
|
||||
# x:Members Directive
|
||||
@@ -18,8 +20,8 @@ Holds a set of members that are defined in markup, which apply to the x:Class of
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`className`|Name of the backing class or partial class for the XAML production. See Remarks.|
|
||||
|`oneOrMoreMembers`|One or more object elements that represent member definitions. Typically, these are `x:Property` object elements. See Remarks.|
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "xml:lang Handling in XAML"
|
||||
description: Learn about the xml:lang Handling in XAML.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
helpviewer_keywords:
|
||||
- "XAML [XAML Services], xml:lang attribute"
|
||||
- "xml:lang attribute [XAML Services]"
|
||||
@@ -20,8 +22,8 @@ The `xml:lang` attribute is an XML-defined attribute that declares the language
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|*rfc3066lang*|A string that is derived from the [RFC 3066](https://www.ietf.org/rfc/rfc3066.txt) standard and identifies either a language or a language-region. When it is the latter, the language and region are separated by a single hyphen. See <xref:System.Windows.Markup.XmlLanguage> for more information about the values and format.|
|
||||
|
||||
## Remarks
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:Name Directive"
|
||||
description: Learn about the x:Name Directive.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
f1_keywords:
|
||||
- "x:Name"
|
||||
- "xName"
|
||||
@@ -23,8 +25,8 @@ Uniquely identifies XAML-defined elements in a XAML namescope. XAML namescopes a
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`XAMLNameValue`|A string that conforms to the restrictions of the [XamlName Grammar](xamlname-grammar.md).|
|
||||
|
||||
## Remarks
|
||||
|
||||
Reference in New Issue
Block a user