US-1889327: Updated column headers. (#1329)

* Column header fixes for US-1889327.

* Metadata update.
This commit is contained in:
Pooja Poojari
2022-03-09 13:59:40 -08:00
committed by GitHub
parent 47bc16cb4a
commit 084c3e0ba6
6 changed files with 24 additions and 12 deletions
@@ -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).|