Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</Base>
<Interfaces />
<Docs>
<summary>Implements the <c>GenerateTemporaryTargetAssembly</c> task. Use the <c>GenerateTemporaryTargetAssembly</c> element in your project file to create and execute this task. For usage and parameter information, see [GenerateTemporaryTargetAssembly](/visualstudio/msbuild/generatetemporarytargetassembly-task).</summary>
<summary>Implements the <c>GenerateTemporaryTargetAssembly</c> task. Use the <c>GenerateTemporaryTargetAssembly</c> element in your project file to create and execute this task. For usage and parameter information, see <see href="/visualstudio/msbuild/generatetemporarytargetassembly-task">GenerateTemporaryTargetAssembly</see>.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
Expand Down Expand Up @@ -265,13 +265,13 @@
<value>
<see langword="true" /> if debugging information is enabled for the <see cref="T:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly" /> Task; otherwise, <see langword="false" />.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly.GenerateTemporaryTargetAssemblyDebuggingInformation%2A> property is an optional task parameter. It's a diagnostic parameter, and it defaults to `false`.
The only debugging information that is generated consists of the temporary project that is created to generate the temporary target assembly. The temporary project is normally deleted at the end of the MSBuild task. When <xref:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly.GenerateTemporaryTargetAssemblyDebuggingInformation%2A> is enabled, the temporary project is retained for inspection by the developer.
<format type="text/markdown"><![CDATA[

## Remarks
The <xref:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly.GenerateTemporaryTargetAssemblyDebuggingInformation%2A> property is an optional task parameter. It's a diagnostic parameter, and it defaults to `false`.

The only debugging information that is generated consists of the temporary project that is created to generate the temporary target assembly. The temporary project is normally deleted at the end of the MSBuild task. When <xref:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly.GenerateTemporaryTargetAssemblyDebuggingInformation%2A> is enabled, the temporary project is retained for inspection by the developer.

]]></format>
</remarks>
</Docs>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.JScript/ErrorType.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>An [eval Method (Visual Studio - JScript)](/previous-versions/visualstudio/visual-studio-2010/b51a45x6(v=vs.100)) error. Corresponds to the <see cref="T:Microsoft.JScript.EvalErrorObject" /> object.</summary>
<summary>An <see href="/previous-versions/visualstudio/visual-studio-2010/b51a45x6(v=vs.100)">eval Method (Visual Studio - JScript)</see> error. Corresponds to the <see cref="T:Microsoft.JScript.EvalErrorObject" /> object.</summary>
<forInternalUseOnly />
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.JScript/EvalErrorObject.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</Base>
<Interfaces />
<Docs>
<summary>Represents an error that occurs when the <see langword="eval" /> method is used. For more information, see [eval Method (Visual Studio - JScript)](/previous-versions/visualstudio/visual-studio-2010/b51a45x6(v=vs.100)).</summary>
<summary>Represents an error that occurs when the <see langword="eval" /> method is used. For more information, see <see href="/previous-versions/visualstudio/visual-studio-2010/b51a45x6(v=vs.100)">eval Method (Visual Studio - JScript)</see>.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
<altmember cref="T:Microsoft.JScript.ErrorType" />
Expand Down
612 changes: 306 additions & 306 deletions xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC.xml

Large diffs are not rendered by default.

380 changes: 190 additions & 190 deletions xml/Microsoft.VisualBasic.Compatibility.VB6/BaseControlArray.xml

Large diffs are not rendered by default.

410 changes: 205 additions & 205 deletions xml/Microsoft.VisualBasic.Compatibility.VB6/DirListBox.xml

Large diffs are not rendered by default.

344 changes: 172 additions & 172 deletions xml/Microsoft.VisualBasic.Compatibility.VB6/DriveListBox.xml

Large diffs are not rendered by default.

381 changes: 192 additions & 189 deletions xml/Microsoft.VisualBasic.Compatibility.VB6/FileListBox.xml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions xml/Microsoft.VisualBasic/VbStrConv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
<Docs>
<summary>Indicates which type of conversion to perform when calling the <see langword="StrConv" /> function.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
When you call the `StrConv` function, you can use the following enumeration members in your code in place of the actual values. The `Conversion` argument takes the `VbStrConv` enumeration members.
<format type="text/markdown"><![CDATA[

## Remarks
When you call the `StrConv` function, you can use the following enumeration members in your code in place of the actual values. The `Conversion` argument takes the `VbStrConv` enumeration members.

]]></format>
</remarks>
<altmember cref="M:Microsoft.VisualBasic.Strings.StrConv(System.String,Microsoft.VisualBasic.VbStrConv,System.Int32)" />
Expand Down
236 changes: 118 additions & 118 deletions xml/System.CodeDom.Compiler/TempFileCollection.xml

Large diffs are not rendered by default.

Loading