Skip to content

Commit 129850b

Browse files
authored
Merge pull request #1895 from JessehMSFT/main
Add a note to indicate Merge UI related APIs are deprecated
2 parents 0f230ca + 10657bd commit 129850b

7 files changed

+21
-7
lines changed

api/PowerPoint.Options.ShowCoauthoringMergeChanges.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.localizationpriority: medium
1212

1313

1414
# Options.ShowCoauthoringMergeChanges property (PowerPoint)
15+
> [!NOTE]
16+
> This object or member has been deprecated, but it remains part of the object model for backward compatibility. You should not use it in new applications.
1517
1618
Returns or sets the show changes mode. Read/write.
1719

@@ -38,4 +40,4 @@ Set this value to **msoTrue** for the application to show changes. The default v
3840

3941
[Options Object](PowerPoint.Options.md)
4042

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

api/PowerPoint.Presentation.AcceptAll.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.localizationpriority: medium
1212

1313

1414
# Presentation.AcceptAll method (PowerPoint)
15+
> [!NOTE]
16+
> This object or member has been deprecated, but it remains part of the object model for backward compatibility. You should not use it in new applications.
1517
1618
Accepts all changes.
1719

@@ -33,4 +35,4 @@ None
3335

3436
[Presentation Object](PowerPoint.Presentation.md)
3537

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

api/PowerPoint.Presentation.EndReview.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.localizationpriority: medium
1212

1313

1414
# Presentation.EndReview method (PowerPoint)
15+
> [!NOTE]
16+
> This object or member has been deprecated, but it remains part of the object model for backward compatibility. You should not use it in new applications.
1517
1618
Ends the review cycle.
1719

@@ -33,4 +35,4 @@ None
3335

3436
[Presentation Object](PowerPoint.Presentation.md)
3537

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

api/PowerPoint.Presentation.InMergeMode.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.localizationpriority: medium
1212

1313

1414
# Presentation.InMergeMode property (PowerPoint)
15+
> [!NOTE]
16+
> This object or member has been deprecated, but it remains part of the object model for backward compatibility. You should not use it in new applications.
1517
1618
Indicates whether the document window is in merge mode. Read-only
1719

@@ -28,4 +30,4 @@ _expression_ A variable that represents a [Presentation](PowerPoint.Presentation
2830

2931
[Presentation Object](PowerPoint.Presentation.md)
3032

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

api/PowerPoint.Presentation.MergeWithBaseline.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.localizationpriority: medium
1212

1313

1414
# Presentation.MergeWithBaseline method (PowerPoint)
15+
> [!NOTE]
16+
> This object or member has been deprecated, but it remains part of the object model for backward compatibility. You should not use it in new applications.
1517
1618
Merges a presentation into another presentation.
1719

@@ -42,4 +44,4 @@ None
4244

4345
[Presentation Object](PowerPoint.Presentation.md)
4446

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

api/PowerPoint.Presentation.RejectAll.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.localizationpriority: medium
1212

1313

1414
# Presentation.RejectAll method (PowerPoint)
15+
> [!NOTE]
16+
> This object or member has been deprecated, but it remains part of the object model for backward compatibility. You should not use it in new applications.
1517
1618
Rejects all changes.
1719

@@ -33,4 +35,4 @@ None
3335

3436
[Presentation Object](PowerPoint.Presentation.md)
3537

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

api/PowerPoint.presentation.merge.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ms.localizationpriority: medium
1010

1111

1212
# Presentation.Merge method (PowerPoint)
13+
> [!NOTE]
14+
> This object or member has been deprecated, but it remains part of the object model for backward compatibility. You should not use it in new applications.
1315
1416
Merges the changes in one presentation with another.
1517

@@ -47,4 +49,4 @@ Sub MergePresentations()
4749
End Sub
4850
```
4951

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

0 commit comments

Comments
 (0)