mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 00:56:03 +02:00
merge main branch
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:Property Directive"
|
||||
description: Learn about the x:Property Directive.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
ms.assetid: 618555a8-c893-455c-810f-ac54cd24ef10
|
||||
---
|
||||
# x:Property Directive
|
||||
@@ -20,8 +22,8 @@ Declares a XAML property in markup.
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`className`|Name of the backing class or partial class for the XAML production.|
|
||||
|`propertyName`|Member name of the property being defined.|
|
||||
|`propertyType`|Type name (or other string form, framework-specific) that specifies the type of this property.|
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:Reference Markup Extension"
|
||||
description: Learn about the x:Reference Markup Extension.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
helpviewer_keywords:
|
||||
- "x:Reference markup extension [XAML Services]"
|
||||
- "XAML [XAML Services], x:Reference Markup Extension"
|
||||
@@ -29,8 +31,8 @@ References an instance that is declared elsewhere in XAML markup. The reference
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`instancexName`|The `x:Name` value (or value of the <xref:System.Windows.Markup.RuntimeNamePropertyAttribute>-identified property) of the referenced instance.|
|
||||
|
||||
## Remarks
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:Static Markup Extension"
|
||||
description: Learn about the x:Static Markup Extension.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
f1_keywords:
|
||||
- "StaticExtension"
|
||||
- "xStatic"
|
||||
@@ -23,8 +25,8 @@ References any static by-value code entity that is defined in a Common Language
|
||||
|
||||
## XAML Values
|
||||
|
||||
| | |
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`prefix`|Optional. A prefix that refers to a mapped, non-default XAML namespace. `prefix` is shown explicitly in the usage because you rarely reference static properties that come from a default XAML namespace. See Remarks.|
|
||||
|`typeName`|Required. The name of the type that defines the desired static member.|
|
||||
|`staticMemberName`|Required. The name of the desired static value member (a constant, a static property, a field, or an enumeration value).|
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:Subclass Directive"
|
||||
description: Learn about the x:Subclass Directive.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
f1_keywords:
|
||||
- "Subclass"
|
||||
- "xSubclass"
|
||||
@@ -25,8 +27,8 @@ Modifies XAML markup compile behavior when `x:Class` is also provided. Instead o
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`namespace`|Optional. Specifies a CLR namespace that contains `classname`. If `namespace` is specified, a dot (.) separates `namespace` and `classname`.|
|
||||
|`classname`|Required. Specifies the CLR name of the partial class that connects the loaded XAML and your code-behind for that XAML. See Remarks.|
|
||||
|`subclassNamespace`|Optional. Can be different from `namespace` if each namespace can resolve the other. Specifies a CLR namespace that contains `subclassName`. If `subclassName` is specified, a dot (.) separates `subclassNamespace` and `subclassName`.|
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:TypeArguments Directive"
|
||||
description: Learn about the x:TypeArguments Directive.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
f1_keywords:
|
||||
- "x:TypeArguments"
|
||||
- "xTypeArguments"
|
||||
@@ -23,8 +25,8 @@ Passes constraining type arguments of a generic to the constructor of the generi
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`object`|An object element declaration of a XAML type, which is backed by a CLR generic type. If `object` refers to a XAML type that is not from the default XAML namespace, `object` requires a prefix to indicate the XAML namespace where `object` exists.|
|
||||
|`typeString`|A string that declares one or more XAML type names as strings, which supplies the type arguments for the CLR generic type. See Remarks for additional syntax notes.|
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "x:Uid Directive"
|
||||
description: Learn about the x:Uid Directive.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
helpviewer_keywords:
|
||||
- "XAML [XAML Services], localizable content attribute"
|
||||
- "XAML [XAML Services], x:Uid attribute"
|
||||
@@ -20,8 +22,8 @@ Provides a unique identifier for markup elements. In many scenarios, this unique
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`identifier`|A manually created or autogenerated string that should be unique in a file when it is interpreted by an `x:Uid` consumer.|
|
||||
|
||||
## Remarks
|
||||
|
||||
Reference in New Issue
Block a user