Skip to content

Commit 1d9c58a

Browse files
authored
Merge pull request #1447 from MicrosoftDocs/lindalu-loc-fix
fix build errors
2 parents e4950a2 + e31a499 commit 1d9c58a

6 files changed

+28
-52
lines changed

api/Access.Attachment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.prod: access
77
api_name:
88
- Access.Attachment
99
ms.assetid: b0756145-9012-f9b9-7df9-e168defed3bf
10-
ms.date: 02/07/2019
10+
ms.date: 09/21/2021
1111
ms.localizationpriority: medium
1212
---
1313

api/PowerPoint.ParagraphFormat.FarEastLineBreakControl.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,29 @@ ms.prod: powerpoint
77
api_name:
88
- PowerPoint.ParagraphFormat.FarEastLineBreakControl
99
ms.assetid: ffc0cb13-b547-5a33-e661-8a2cc4237e88
10-
ms.date: 06/08/2017
10+
ms.date: 09/08/2021
1111
ms.localizationpriority: medium
1212
---
1313

14-
1514
# ParagraphFormat.FarEastLineBreakControl property (PowerPoint)
1615

1716
Returns or sets the line break control option if you have an Asian language setting specified. Read/write.
1817

19-
2018
## Syntax
2119

2220
_expression_. `FarEastLineBreakControl`
2321

2422
_expression_ A variable that represents a [ParagraphFormat](PowerPoint.ParagraphFormat.md) object.
2523

26-
2724
## Return value
2825

2926
MsoTriState
3027

31-
3228
## Remarks
3329

34-
The value of the **FarEastLineBreakControl** property can be one of these **MsoTriState** constants.
30+
The value of the **FarEastLineBreakControl** property can be one of these **MsoTriState** constants.
3531

36-
37-
|||
32+
|Value|Description|
3833
|:-----|:-----|
3934
|**msoFalse**|The line break control option is not selected.|
4035
|**msoTrue**|The line break control option is selected.|
@@ -48,10 +43,8 @@ This example selects the line break option for the text in shape one on the firs
4843
ActivePresentation.Slides(1).Shapes(1).TextFrame.TextRange.ParagraphFormat.FarEastLineBreakControl = msoTrue
4944
```
5045

51-
5246
## See also
5347

54-
5548
[ParagraphFormat Object](PowerPoint.ParagraphFormat.md)
5649

57-
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
50+
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

api/Project.Application.ManageSiteColumns.md

+6-17
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.prod: project-server
77
api_name:
88
- Project.Application.ManageSiteColumns
99
ms.assetid: 1900552c-6320-2ff5-4a07-bc6ebee60696
10-
ms.date: 06/08/2017
10+
ms.date: 09/08/2021
1111
ms.localizationpriority: medium
1212
---
1313

@@ -16,7 +16,6 @@ ms.localizationpriority: medium
1616

1717
Displays the **Manage Fields** dialog box, which enables synchronizing built-in fields and custom fields in a local project with specified columns in a SharePoint 2013 tasks list.
1818

19-
2019
## Syntax
2120

2221
_expression_. `ManageSiteColumns`
@@ -28,17 +27,14 @@ _expression_. `ManageSiteColumns`
2827

2928
**Boolean**
3029

31-
3230
## Remarks
3331

3432
The **ManageSiteColumns** method is available only in Project Professional, with a local project that has been saved to a SharePoint task list. For more information, see the **[SynchronizeWithSite](Project.Application.SynchronizeWithSite.md)** method.
3533

3634
The following table shows the columns and default synchronized fields in the **Manage Fields** dialog box. By default, the **Priority** and **Task Status** SharePoint columns are not synchronized with any Project field, so those items are empty.
3735

38-
39-
||||
40-
|:-----|:-----|:-----|
4136
|**Sync**|**Project Field**|**SharePoint Column**|
37+
|:-----|:-----|:-----|
4238
|Yes|Name|Title|
4339
|Yes|Start|Start Date|
4440
|Yes|Finish|Due Date|
@@ -50,19 +46,12 @@ The following table shows the columns and default synchronized fields in the **M
5046

5147
## Example
5248

53-
To add the **Priority** field in the Project Field column and synchronize with the **Priority** column in SharePoint, for example, you could do the following:
49+
To add the **Priority** field in the Project Field column and synchronize with the **Priority** column in SharePoint, try the following:
5450

5551

56-
1. Rename a text custom field in Project; for example, name **Text1** as **SharePoint Priority**.
57-
58-
2. Run the **ManageSiteColumns** method, and then in the **Manage Fields** dialog box, select **SharePoint Priority (Text1)** in the **Project Field** drop-down list that corresponds to **Priority** in the SharePoint column.
59-
52+
1. Rename a text custom field in Project; for example, name **Text1** as **SharePoint Priority**.
53+
2. Run the **ManageSiteColumns** method, and then in the **Manage Fields** dialog box, select **SharePoint Priority (Text1)** in the **Project Field** drop-down list that corresponds to **Priority** in the SharePoint column.
6054
3. Run the **SyncPriority** macro.
61-
62-
63-
64-
65-
6655

6756
```vb
6857
Sub SyncPriority()
@@ -86,4 +75,4 @@ Sub SyncPriority()
8675
End Sub
8776
```
8877

89-
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
78+
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

api/Project.Task.Priority.md

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Project uses the **Priority** property of the project summary task (task 0) to d
4545

4646
The following example sets the tasks on the critical path to a very high priority in the active project.
4747

48-
4948
```vb
5049
Sub SetPriorityOfCriticalTasks()
5150
Dim T As Task ' Task object used in For Each loop

outlook/Concepts/Configuring-Forms/specify-icons-to-be-displayed-for-a-form-region.md

+15-17
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Specify Icons to be Displayed for a Form Region
2+
title: Specify icons to be displayed for a form region
33
ms.prod: outlook
44
ms.assetid: 9ffb9f46-a3b9-d90c-6771-9cd9f9b2e04a
5-
ms.date: 06/08/2019
5+
ms.date: 09/18/2021
66
ms.localizationpriority: medium
77
---
88

99

10-
# Specify Icons to be Displayed for a Form Region
10+
# Specify icons to be displayed for a form region
1111

1212
When you define a form region for a custom message class, such as **IPM.Note.Customer**, you can specify custom icons to be displayed in the explorer, inspector, and the ribbon for items belonging to that message class.
1313

@@ -20,11 +20,14 @@ Icons are specified as resources in a Win32 resource DLL file. You can refer to
2020

2121
Note that you can specify environment variables in the file path names, but you cannot specify paths in Universal Naming Convention (UNC).
2222
By default, if you do not specify any custom icons, the icons assigned to the parent message class will be used. For example, if you do not specify any icons for a form region for **IPM.Note.Customer**, then the icons for **IPM.Note** will be used.
23+
2324
Depending on the type of item, there are different states of the item that you can consider distinguishing with separate icons. For example, in the explorer, a task item can use a custom icon to identify itself as recurrent, and a mail item can use a custom icon to identify itself as having been replied to. You do not have to specify a separate icon for each state that the type of item can be in; you can choose to specify a default icon that will be displayed in all states in the explorer, inspector, and ribbon that apply for that item type.
25+
2426
The following table shows the states of an item that you can consider to identify with custom icons in the explorer, inspector, or ribbon. All custom icons for a form region are specified under the **icons** element in the form region manifest XML file for that form region. Each state is mapped with an XML child element of the **icons** element. You will specify this form region manifest XML file when you register the form region in the Windows registry. For more information on registering a form region, see [Specifying Form Regions in the Windows Registry](../Creating-Form-Regions/specifying-form-regions-in-the-windows-registry.md).
2527

2628

2729
| **State of an Item**| **XML Child Element**| **Example**|
30+
|:-----|:-----|:-----|
2831
|Any state that applies to the item, if no other custom icon has been defined for that state.| **default**| `<default>c:\default.ico</default>`|
2932
|Icon to identify in the explorer that item has been encrypted.| **encrypted**| `<encrypted>c:\encryptedicon.ico</encrypted>`|
3033
|Icon to identify in the explorer that item has been forwarded.| **forwarded**| `<forwarded>c:\forwardedicon.ico</forwarded>`|
@@ -43,10 +46,9 @@ The following table shows the states of an item that you can consider to identif
4346

4447
1. In the form region manifest XML file, under the **icons** element, specify the child element that maps to the state that you would like to customize.
4548

46-
2. Depending on how you would like the custom icon file to be specified, do either of the following:
47-
48-
- If you want Outlook to load the icon from an icon file or a resource file, specify the location of the icon file or resource file in the child element.
49-
49+
2. Depending on how you would like the custom icon file to be specified, do either of the following:
50+
51+
- If you want Outlook to load the icon from an icon file or a resource file, specify the location of the icon file or resource file in the child element.
5052
- If you want an add-in to inform Outlook which icon to display, specify `addin` in the child element.
5153

5254
The following example specifies custom icons for several states of an item belonging to the message class supported by a form region:
@@ -62,16 +64,12 @@ The following example specifies custom icons for several states of an item belon
6264

6365
The four custom icons include:
6466

65-
66-
- A custom icon file for the read state
67-
68-
- A custom icon file for the unread state
69-
70-
- A location in a resource file for the encrypted state
71-
67+
- A custom icon file for the read state
68+
- A custom icon file for the unread state
69+
- A location in a resource file for the encrypted state
7270
- A default icon file for all other states applicable to the item
7371

72+
> [!NOTE]
73+
> The value of the child element can be expressed either as a file path to an icon file or a resource file, or as `addin`. The file path can be expressed as a full path or a path relative to the location of the form region manifest XML file, and can involve system variables. For more information on specifying an icon using an add-in, see [How to: Use an Add-in to Specify Icons for a Form Region](../Specifying-Form-Behavior/use-an-add-in-to-specify-icons-for-a-form-region.md).
7474
75-
**Note** The value of the child element can be expressed either as a file path to an icon file or a resource file, or as `addin`. The file path can be expressed as a full path or a path relative to the location of the form region manifest XML file, and can involve system variables. For more information on specifying an icon using an add-in, see [How to: Use an Add-in to Specify Icons for a Form Region](../Specifying-Form-Behavior/use-an-add-in-to-specify-icons-for-a-form-region.md).
76-
77-
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
75+
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

outlook/Concepts/Creating-Form-Regions/add-a-form-region-to-an-existing-page-on-a-form.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Add a Form Region to an Existing Page on a Form
33
ms.prod: outlook
44
ms.assetid: 3c988dac-f171-966d-cf9a-17139353d604
5-
ms.date: 09/08/2021
5+
ms.date: 09/21/2021
66
ms.localizationpriority: medium
77
---
88

@@ -120,11 +120,8 @@ To create and design a form region, you will use the Forms Designer in much the
120120
1. Pick and click the label control to add it from the Toolbox to the form region as shown in Figure 12.
121121
2. Right-click the label control, click **Properties**. On the **Display** tab, type **Seat Preference:** as the **Caption**. Click **OK**.
122122
3. Pick and click the combo box control to add it from the Toolbox to the form region as shown in Figure 12.
123-
4. Right-click the combo box control, click **Properties**. On the **Value** tab, click **Choose Field**. Point to **User-defined field in folder** in the drop-down list, and click **Seat Preference**, as in Figure 12.
124-
125-
**Figure 12. Bind the Seat Preference field to the combo box control.**
123+
4. Right-click the combo box control, click **Properties**. On the **Value** tab, click **Choose Field**. Point to **User-defined field in folder** in the drop-down list, and click **Seat Preference**, as in the following figure
126124
![Screenshot of the Value tab on the Properties dialog box binding the seat preference field to the combo box control.](../../../images/olPropertiesDialogSPValueTabProperty_ZA10107791.gif)
127-
128125
5. To define values for the drop-down list, type **Aisle,Center,Window** as the **Possible Values**.
129126
6. Check **Set the initial value of this field to:**, and type **Aisle** in the next text box as the initial display value. Then click **OK**.
130127

0 commit comments

Comments
 (0)