Skip to content

Commit 1439923

Browse files
committed
Merge remote-tracking branch 'MicrosoftDocs/master'
2 parents 33382ac + eb9c02d commit 1439923

File tree

82 files changed

+557
-1452
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+557
-1452
lines changed

.openpublishing.redirection.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,11 +2020,61 @@
20202020
"redirect_url": "/visualstudio/test/run-unit-tests-with-test-explorer",
20212021
"redirect_document_id": false
20222022
},
2023+
{
2024+
"source_path": "docs/test/sample-coded-ui-test-extension-for-excel.md",
2025+
"redirect_url": "/visualstudio/test/extending-coded-ui-tests-and-action-recordings-to-support-microsoft-excel",
2026+
"redirect_document_id": false
2027+
},
2028+
{
2029+
"source_path": "docs/test/sample-excel-add-in-for-coded-ui-testing.md",
2030+
"redirect_url": "/visualstudio/test/extending-coded-ui-tests-and-action-recordings-to-support-microsoft-excel",
2031+
"redirect_document_id": false
2032+
},
2033+
{
2034+
"source_path": "docs/test/sample-excel-communicator-interface.md",
2035+
"redirect_url": "/visualstudio/test/extending-coded-ui-tests-and-action-recordings-to-support-microsoft-excel",
2036+
"redirect_document_id": false
2037+
},
2038+
{
2039+
"source_path": "docs/test/sample-excel-extension-actionfilter-class.md",
2040+
"redirect_url": "/visualstudio/test/extending-coded-ui-tests-and-action-recordings-to-support-microsoft-excel",
2041+
"redirect_document_id": false
2042+
},
2043+
{
2044+
"source_path": "docs/test/sample-excel-extension-element-classes.md",
2045+
"redirect_url": "/visualstudio/test/extending-coded-ui-tests-and-action-recordings-to-support-microsoft-excel",
2046+
"redirect_document_id": false
2047+
},
2048+
{
2049+
"source_path": "docs/test/sample-excel-extension-extensionpackage-class.md",
2050+
"redirect_url": "/visualstudio/test/extending-coded-ui-tests-and-action-recordings-to-support-microsoft-excel",
2051+
"redirect_document_id": false
2052+
},
2053+
{
2054+
"source_path": "docs/test/sample-excel-extension-propertyprovider-class.md",
2055+
"redirect_url": "/visualstudio/test/extending-coded-ui-tests-and-action-recordings-to-support-microsoft-excel",
2056+
"redirect_document_id": false
2057+
},
2058+
{
2059+
"source_path": "docs/test/sample-excel-extension-technologymanager-class.md",
2060+
"redirect_url": "/visualstudio/test/extending-coded-ui-tests-and-action-recordings-to-support-microsoft-excel",
2061+
"redirect_document_id": false
2062+
},
20232063
{
20242064
"source_path": "docs/test/testing-store-apps-with-visual-studio.md",
20252065
"redirect_url": "/visualstudio/test/create-and-run-unit-tests-for-a-store-app-in-visual-studio/",
20262066
"redirect_document_id": false
20272067
},
2068+
{
2069+
"source_path": "docs/test/test-windows-phone-8-1-apps-with-coded-ui-tests.md",
2070+
"redirect_url": "/visualstudio/test/test-uwp-app-with-coded-ui-test",
2071+
"redirect_document_id": false
2072+
},
2073+
{
2074+
"source_path": "docs/test/test-windows-store-8-1-apps-with-coded-ui-tests.md",
2075+
"redirect_url": "/visualstudio/test/test-uwp-app-with-coded-ui-test",
2076+
"redirect_document_id": false
2077+
},
20282078
{
20292079
"source_path": "docs/test/troubleshooting-code-analysis-issues.md",
20302080
"redirect_url": "/visualstudio/code-quality/analyzing-application-quality-by-using-code-analysis-tools",

docs/debugger/how-to-set-debug-and-release-configurations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can change the build configuration from the **Build** menu, from the toolbar
5555

5656
This toolbar is not available in Express editions. You can use the **Build Solution F6** and **Start Debugging F5** menu items to choose the configuration.
5757

58-
## <a name="BKMK_symbols_release"></a>Generate symbol (.pbd) files for a build
58+
## <a name="BKMK_symbols_release"></a>Generate symbol (.pdb) files for a build
5959

6060
For most project types, the .pdb files are generated by default for both debug and release builds, but the default settings are different depending on your specific project type and the version of Visual Studio. You can configure whether the compiler generates .pdb files and what kind of debug information to include.
6161

@@ -112,4 +112,4 @@ For detailed information on project settings for debug configurations in C#, see
112112
[Project Settings for a C++ Debug Configuration](../debugger/project-settings-for-a-cpp-debug-configuration.md)
113113
[Project Settings for C# Debug Configurations](../debugger/project-settings-for-csharp-debug-configurations.md)
114114
[Project Settings for a Visual Basic Debug Configuration](../debugger/project-settings-for-a-visual-basic-debug-configuration.md)
115-
[How to: Create and Edit Configurations](../ide/how-to-create-and-edit-configurations.md)
115+
[How to: Create and Edit Configurations](../ide/how-to-create-and-edit-configurations.md)

docs/install/visual-studio-administrator-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.workload:
2121

2222
In enterprise environments, it's common for system administrators to deploy installations to end-users from a network share or by using systems management software. We've designed the Visual Studio setup engine to support enterprise deployment, allowing system administrators the ability to create a network install location, to pre-configure installation defaults, to deploy product keys during the installation process, and to manage product updates after a successful rollout. This administrator guide provides scenario-based guidance for enterprise deployment in networked environments.
2323

24-
## Deploying Visual Studio 2017 in an enterprise environment
24+
## Deploy Visual Studio 2017 in an enterprise environment
2525

2626
You can deploy Visual Studio 2017 to client workstations as long as each target computer meets the [minimum installation requirements](https://www.visualstudio.com/en-us/productinfo/vs2017-system-requirements-vs). Whether you're deploying through software like System Center or through a batch file, you'll typically want to go through the following steps:
2727

@@ -44,7 +44,7 @@ You can deploy Visual Studio 2017 to client workstations as long as each target
4444
> [!IMPORTANT]
4545
> Note that installations from a network share will "remember" the source location they came from. This means that a repair of a client machine might need to return to the network share that the client originally installed from. Choose your network location carefully so that it aligns to the lifetime that you expect to have Visual Studio 2017 clients running in your organization.
4646
47-
## Visual Studio tools
47+
## Use Visual Studio tools
4848

4949
We have several tools available to help you [detect and manage installed Visual Studio instances](tools-for-managing-visual-studio-instances.md) on client machines.
5050

docs/install/visual-studio-build-numbers-and-release-dates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
author: TerryGLee
66
ms.author: tglee
77
manager: douge
8-
ms.date: 05/21/2018
8+
ms.date: 05/31/2018
99
ms.topic: reference
1010
helpviewer_keywords:
1111
ms.prod: visual-studio-dev15
@@ -19,6 +19,7 @@ The following table lists the build numbers and release dates for Visual Studio
1919

2020
| **Version**| **Channel** | **Release date** | **Build version** |
2121
| ---------------------- | ----------- | ---------------- | ----------------- |
22+
| 15.8.0 Preview 2.0 | Preview | May 31, 2018 | 15.8.27729.1 |
2223
| 15.7.2 | Release | May 21, 2018 | 15.7.27703.2018 |
2324
| 15.8.0 Preview 1.1 | Preview | May 8, 2018 | 15.8.27705.2000 |
2425
| 15.7.1 | Release | May 8, 2018 | 15.7.27703.2000 |

docs/python/learn-django-in-visual-studio-step-06-polls-django-web-project-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ urlpatterns = [
249249
]
250250
```
251251

252-
If you're not familiar with the more complex regular expressions used here, you can paste the expression into [regex101.com](https://regex101.com/) for an explanation in plain language. (You'll need to escape the forward slashes `/` by adding a back slash, `\`h before them; escaping isn't necessary in Python because of the `r` prefix on the string, meaning "raw").
252+
If you're not familiar with the more complex regular expressions used here, you can paste the expression into [regex101.com](https://regex101.com/) for an explanation in plain language. (You'll need to escape the forward slashes `/` by adding a back slash, `\` before them; escaping isn't necessary in Python because of the `r` prefix on the string, meaning "raw").
253253
254254
In Django, the syntax `?P<name>pattern` creates a group named `name`, which gets passed as arguments to views in the order they appear. In the code shown earlier, `PollsDetailView` and `PollsResultsView` receive an argument named `pk` and `app.views.vote` receives an argument named `poll_id`.
255255

docs/sharepoint/additional-information-for-sharepoint-errors.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ manager: douge
2222
ms.workload:
2323
- "office"
2424
---
25-
# Additional Information for SharePoint Errors
25+
# Additional information for SharePoint errors
2626
You can find assistance in troubleshooting [!INCLUDE[vsprvs](../sharepoint/includes/vsprvs-md.md)] SharePoint tools errors and warnings in troubleshooting topics and the Microsoft Developer Network (MSDN) public forums.
2727

28-
## Troubleshooting Errors and Issues
28+
## Troubleshoot errors and issues
2929
For assistance with some common errors and other issues in [!INCLUDE[vsprvs](../sharepoint/includes/vsprvs-md.md)] SharePoint tools, see the following topics:
3030

3131
- [Troubleshooting SharePoint Solutions](../sharepoint/troubleshooting-sharepoint-solutions.md)
@@ -34,7 +34,7 @@ ms.workload:
3434

3535
- [Troubleshooting SharePoint Packaging and Deployment](../sharepoint/troubleshooting-sharepoint-packaging-and-deployment.md)
3636

37-
## Other Resources
37+
## Other resources
3838
The following table lists the [!INCLUDE[vsprvs](../sharepoint/includes/vsprvs-md.md)] SharePoint tools forums and other resources available on MSDN.
3939

4040
|Term|Definition|
@@ -45,7 +45,7 @@ ms.workload:
4545

4646
If you still cannot find the answers that you need, you can access online support options, such as contacting Microsoft Product Support Services or searching KnowledgeBase articles. For more information, see the [Microsoft Help and Support](http://go.microsoft.com/fwlink/?LinkID=155371) page.
4747

48-
## See Also
48+
## See also
4949
[Building and Debugging SharePoint Solutions](../sharepoint/building-and-debugging-sharepoint-solutions.md)
5050

51-
51+

docs/sharepoint/api-reference-sharepoint-tools-extensibility.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ manager: douge
1616
ms.workload:
1717
- "office"
1818
---
19-
# API Reference (SharePoint Tools Extensibility)
19+
# API reference (SharePoint tools extensibility)
2020
This section contains API reference documentation for extending the SharePoint tools in Visual Studio.
2121

22-
## In This Section
22+
## In this section
2323
<xref:Microsoft.VisualStudio.SharePoint>
2424
Contains types that you use to extend the SharePoint project system. For example, you can extend the built-in SharePoint projects and project items, or you can create your own project items.
2525

@@ -53,12 +53,11 @@ ms.workload:
5353
<xref:Microsoft.VisualStudio.SharePoint.Validation>
5454
Contains types that you use to customize the feature and package validation behavior for a SharePoint project.
5555

56-
## See Also
56+
## See also
5757
[Reference &#40;SharePoint Tools Extensibility&#41;](../sharepoint/reference-sharepoint-tools-extensibility.md)
5858
[Overview of the Programming Model of SharePoint Tools Extensions](../sharepoint/overview-of-the-programming-model-of-sharepoint-tools-extensions.md)
5959
[Extending the SharePoint Project System](../sharepoint/extending-the-sharepoint-project-system.md)
6060
[Extending the SharePoint Connections Node in Server Explorer](../sharepoint/extending-the-sharepoint-connections-node-in-server-explorer.md)
6161
[Extending SharePoint Packaging and Deployment](../sharepoint/extending-sharepoint-packaging-and-deployment.md)
6262
[Calling into the SharePoint Object Models](../sharepoint/calling-into-the-sharepoint-object-models.md)
6363

64-

docs/sharepoint/associating-custom-data-with-sharepoint-tools-extensions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ manager: douge
2020
ms.workload:
2121
- "office"
2222
---
23-
# Associating Custom Data with SharePoint Tools Extensions
23+
# Associating custom data with SharePoint tools extensions
2424
You can add custom data to certain objects in SharePoint tools extensions. This is useful when you have data in one part of your extension that you want to access later from other code in your extension. Instead of implementing a custom way to store and access data, you can associate the data with an object in your extension and then retrieve the data from the same object later.
2525

2626
Adding custom data to objects is also useful when you want to preserve data that is relevant to a specific item in Visual Studio. SharePoint tools extensions are loaded just once in Visual Studio, so your extension might work with several different items (such as projects, project items, or **Server Explorer** nodes) at any time. If you have custom data that is relevant only to a specific item, you can add the data to the object that represents that item.
@@ -29,7 +29,7 @@ ms.workload:
2929

3030
In extensions of the SharePoint project system, you can also save string data that persists after an extension is unloaded. For more information, see [Saving Data in Extensions of the SharePoint Project System](../sharepoint/saving-data-in-extensions-of-the-sharepoint-project-system.md).
3131

32-
## Objects that Can Contain Custom Data
32+
## Objects that can contain custom data
3333
You can add custom data to any object in the SharePoint tools object model that implements the <xref:Microsoft.VisualStudio.SharePoint.IAnnotatedObject> interface. This interface defines just one property, <xref:Microsoft.VisualStudio.SharePoint.IAnnotatedObject.Annotations%2A>, which is a collection of custom data objects. The following types implement <xref:Microsoft.VisualStudio.SharePoint.IAnnotatedObject>:
3434

3535
- <xref:Microsoft.VisualStudio.SharePoint.IMappedFolder>
@@ -62,7 +62,7 @@ ms.workload:
6262

6363
- <xref:Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNodeTypeDefinition>
6464

65-
## Adding and Retrieving Custom Data
65+
## Add and retrieve custom data
6666
To add custom data to an object in a SharePoint tools extension, get the <xref:Microsoft.VisualStudio.SharePoint.IAnnotatedObject.Annotations%2A> property of the object you want to add the data to, and then use the <xref:Microsoft.VisualStudio.SharePoint.IAnnotationDictionary.Add%2A> method to add the data to the object.
6767

6868
To retrieve custom data from an object in a SharePoint tools extension, get the <xref:Microsoft.VisualStudio.SharePoint.IAnnotatedObject.Annotations%2A> property of the object and then use one of the following methods:
@@ -76,10 +76,10 @@ ms.workload:
7676
[!code-vb[SPExtensibility.ProjectItemExtension.MenuAndProperty#13](../sharepoint/codesnippet/VisualBasic/projectitemmenuandproperty/extension/projectitemtypeproperty.vb#13)]
7777
[!code-csharp[SPExtensibility.ProjectItemExtension.MenuAndProperty#13](../sharepoint/codesnippet/CSharp/projectitemmenuandproperty/extension/projectitemtypeproperty.cs#13)]
7878

79-
## See Also
79+
## See also
8080
[Programming Concepts and Features for SharePoint Tools Extensions](../sharepoint/programming-concepts-and-features-for-sharepoint-tools-extensions.md)
8181
[Walkthrough: Creating a Custom Action Project Item with an Item Template, Part 1](../sharepoint/walkthrough-creating-a-custom-action-project-item-with-an-item-template-part-1.md)
8282
[Walkthrough: Extending Server Explorer to Display Web Parts](../sharepoint/walkthrough-extending-server-explorer-to-display-web-parts.md)
8383
[How to: Add a Property to SharePoint Projects](../sharepoint/how-to-add-a-property-to-sharepoint-projects.md)
8484
[How to: Add a Property to a Custom SharePoint Project Item Type](../sharepoint/how-to-add-a-property-to-a-custom-sharepoint-project-item-type.md
85-
85+

docs/sharepoint/bdc-model-design-tools-overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ manager: douge
2929
ms.workload:
3030
- "office"
3131
---
32-
# BDC Model Design Tools Overview
32+
# BDC model design tools overview
3333
You can design a Business Data Connectivity (BDC) model by using the BDC Designer, the **BDC Method Details** window, and the **BDC Explorer**.
3434

3535
The **BDC Explorer** enables you to browse the model, search the model, and define type descriptors.
3636

37-
## BDC Designer
37+
## BDC Designer
3838
The BDC Designer enables you to define the entities in your model and to visually arrange their relationships with one another. Use the BDC Designer to accomplish the following tasks:
3939

4040
- Add entities to the model.
@@ -45,7 +45,7 @@ ms.workload:
4545

4646
To open the BDC Designer, double-click the model file in your project, or open the shortcut menu for the model file and then choose **Open**. Add an entity to the model by dragging or copying an **Entity** from the **Toolbox** onto the designer. To create an association between two entities, choose the **Association** control in the **Toolbox**, choose the first entity, and then choose the second entity.
4747

48-
## BDC Method Details Window
48+
## BDC method details window
4949
Use the **BDC Method Details** window to define the parameters, instances, and filter descriptors of a method.
5050

5151
You can quickly generate Finder, Specific Finder, Creator, Updater, and Deleter methods in the **BDC Method Details** window. When you generate these methods, Visual Studio adds metadata, such as parameters, instances, and type descriptors, to the method. You can modify this metadata to satisfy your specific scenario.
@@ -56,23 +56,23 @@ ms.workload:
5656

5757
Expand or collapse nodes in the **BDC Method Details** window to define parameters, instances, and filter descriptors. Use the **BDC Explorer** to define type descriptors.
5858

59-
## BDC Explorer
59+
## BDC Explorer
6060
The **BDC Explorer** displays the elements that make up the model. To open the **BDC Explorer**, on the menu bar, choose **View**, **Other Windows**, **BDC Explorer**. To browse the model, expand nodes in the **BDC Explorer**. Each node represents an element in the XML of the model file.
6161

6262
As you choose nodes in the **BDC Explorer**, the properties of each node that you choose appear in the **Properties** window. Many of these properties correspond to attributes in the model file. You can search the model by using the search box at the top of the **BDC Explorer**.
6363

6464
> [!NOTE]
6565
> The **BDC Explorer** does not display identifiers, custom properties, localized strings, association groups, actions, filter descriptors, action control lists, and the default parameter values.
6666
67-
### Defining Type Descriptors
67+
### Define type descriptors
6868
Use the **BDC Explorer** to define type descriptors. The BDC Explorer enables you to define a type descriptor one time and then reuse that type descriptor elsewhere in your model. To accomplish this, copy a type descriptor and paste it onto any other parameter or type descriptor.
6969

7070
> [!NOTE]
7171
> Changes to an original type descriptor do not affect the copies of that type descriptor.
7272
7373
For more information, see [How to: Define the Type Descriptor of a Parameter](../sharepoint/how-to-define-the-type-descriptor-of-a-parameter.md).
7474

75-
## See Also
75+
## See also
7676
[How to: Create a BDC Model](../sharepoint/how-to-create-a-bdc-model.md)
7777
[How to: Add an Entity to a Model](../sharepoint/how-to-add-an-entity-to-a-model.md)
7878
[How to: Add a Finder Method](../sharepoint/how-to-add-a-finder-method.md)
@@ -86,4 +86,4 @@ ms.workload:
8686
[Creating a Business Data Connectivity Model](../sharepoint/creating-a-business-data-connectivity-model.md)
8787
[Designing a Business Data Connectivity Model](../sharepoint/designing-a-business-data-connectivity-model.md)
8888

89-
89+

0 commit comments

Comments
 (0)