Skip to content

Commit 33382ac

Browse files
committed
Merge remote-tracking branch 'MicrosoftDocs/master'
2 parents 002ae1c + 9340094 commit 33382ac

File tree

93 files changed

+1090
-1024
lines changed

Some content is hidden

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

93 files changed

+1090
-1024
lines changed

docs/debugger/general-debugging-options-dialog-box.md

Lines changed: 53 additions & 50 deletions
Large diffs are not rendered by default.

docs/debugger/output-window-debugging-options-dialog-box.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,18 @@ ms.workload:
2121
- "multiple"
2222
---
2323
# Output Window, Debugging, Options Dialog Box
24-
You can specify which types of debugging information appear in the **Output** window. To display these options, open the **Tools** menu, click **Options**, expand the **Debugging** node, and click **Output Window**.
25-
26-
**General Output Settings**
24+
You can specify which types of debugging information appear in the **Output** window. To display these options, open the **Tools** menu, click **Options**, expand the **Debugging** node, and click **Output Window**.
25+
26+
**General Output Settings**
2727
This category contains controls that determine whether general debug messages appear in the **Output** window. You can specify whether each type of message appears.
28+
29+
**WPF Trace Settings**
30+
This category contains controls that determine the level of WPF trace messages that appear in the **Output** window. You can specify whether each type of message appears and specify a level ranging from **Critical** to **All**.
31+
32+
For more information, see [How to: Display WPF Trace Information](../debugger/how-to-display-wpf-trace-information.md).
33+
34+
If you need to restore default settings, you can do that using **Tools** > **Import and Export Settings** > **Reset all settings**. If you only want to reset a subset of settings, save your settings in the **Import and Export Settings Wizard** before making the changes that you want to test, then import your saved settings later.
2835

29-
**WPF Trace Settings**
30-
This category contains controls that determine the level of WPF trace messages that appear in the **Output** window. You can specify whether each type of message appears and specify a level ranging from **Critical** to **All**.
31-
32-
For more information, see [How to: Display WPF Trace Information](../debugger/how-to-display-wpf-trace-information.md).
33-
34-
## See Also
35-
[Debugging, Options Dialog Box](../debugger/debugging-options-dialog-box.md)
36-
[Output Window](../ide/reference/output-window.md)
36+
## See also
37+
[Debugging, Options Dialog Box](../debugger/debugging-options-dialog-box.md)
38+
[Output Window](../ide/reference/output-window.md)

docs/debugger/using-the-debuggerdisplay-attribute.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public sealed class MyClass
8282
}
8383
}
8484
```
85+
The ",nq" suffix tells the expression evaluator to remove the quotes when displaying the final value (nq = no quotes).
8586

8687
## Example
8788
The following code example shows how to use `DebuggerDisplay`, together with `DebuggerBrowseable` and `DebuggerTypeProxy`. When viewed in a debugger variables window, such as the **Watch** window, it produces an expansion that looks like this:

docs/deployment/creating-bootstrapper-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The following table shows the properties that are automatically populated by the
8181
|ApplicationName|The name of the application.|
8282
|ProcessorArchitecture|The processor and bits-per-word of the platform targeted by an executable. Values include the following:<br /><br /> - Intel<br />- IA64<br />- AMD64|
8383
|[Version9x](https://msdn.microsoft.com/en-us/library/aa372490\(v=vs.140\).aspx)|The version number for Microsoft Windows 95, Windows 98, or Windows ME operating systems. The syntax of the version is Major.Minor.ServicePack.|
84-
|[VersionNT](https://msdn.microsoft.com/en-us/library/aa372495\(v=vs.140\).xaspx)|The version number for the Windows NT, Windows 2000, Windows XP, Windows Vista, Windows Server 2008, or Windows 7 operating systems. The syntax of the version is Major.Minor.ServicePack.|
84+
|[VersionNT](https://msdn.microsoft.com/en-us/library/aa372495\(v=vs.140\).aspx)|The version number for the Windows NT, Windows 2000, Windows XP, Windows Vista, Windows Server 2008, or Windows 7 operating systems. The syntax of the version is Major.Minor.ServicePack.|
8585
|[VersionMSI](https://msdn.microsoft.com/en-us/library/aa372493\(v=vs.140\).aspx)|The version of the Windows Installer assembly (msi.dll) run during the installation.|
8686
|[AdminUser](https://msdn.microsoft.com/en-us/library/aa367545\(v=vs.140\).aspx)|This property is set if the user has administrator privileges. Values are true or false.|
8787
|InstallMode|The installation mode indicates where the component needs to be installed from. Values include the following:<br /><br /> - HomeSite - prerequisites are installed from the vendor's Web site.<br />- SpecificSite - prerequisites are installed from the location that you select.<br />- SameSite - prerequisites are installed from the same location as the application.|
@@ -104,4 +104,4 @@ The redistributable list is an XML file that you should name using the following
104104
[How to: Install Prerequisites with a ClickOnce Application](../deployment/how-to-install-prerequisites-with-a-clickonce-application.md)
105105
[Prerequisites Dialog Box](../ide/reference/prerequisites-dialog-box.md)
106106
[Product and Package Schema Reference](../deployment/product-and-package-schema-reference.md)
107-
[Use the Visual Studio 2005 Bootstrapper to Kick-Start Your Installation](http://go.microsoft.com/fwlink/?LinkId=107537)
107+
[Use the Visual Studio 2005 Bootstrapper to Kick-Start Your Installation](http://go.microsoft.com/fwlink/?LinkId=107537)

docs/deployment/trusted-application-deployment-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This topic provides an overview of how to deploy [!INCLUDE[ndptecclick](../deplo
8181
Trusted Application Deployment is specific to [!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)], and can only be used with [!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)] applications.
8282

8383
### Sign the Deployment
84-
After obtaining your certificate, you must use it to sign your deployment. If you are deploying your application by using the [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)] Publish wizard, the wizard will automatically generate a test certificate for you if you have not specified a certificate yourself. You can also use the [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)] Project Designer window, however, to supply a certificate provided by a CA. Also see [How to: Publish a ClickOnce Application using the Publish Wizard](http://msdn.microsoft.com/library/31kztyey\(v=vs.110\).
84+
After obtaining your certificate, you must use it to sign your deployment. If you are deploying your application by using the [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)] Publish wizard, the wizard will automatically generate a test certificate for you if you have not specified a certificate yourself. You can also use the [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)] Project Designer window, however, to supply a certificate provided by a CA. Also see [How to: Publish a ClickOnce Application using the Publish Wizard](../deployment/how-to-publish-a-clickonce-application-using-the-publish-wizard.md).
8585

8686
> [!CAUTION]
8787
> We do not recommend that the application be deployed with a test certificate.

0 commit comments

Comments
 (0)