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
10 changes: 5 additions & 5 deletions xml/Microsoft.Aspnet.Snapin/IExtendPropertySheet2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
## Remarks
For more information about programming with the IExtendPropertySheet2 interface and the Microsoft Management Console (MMC), see the [MMC Programmer's Guide](https://learn.microsoft.com/previous-versions/windows/desktop/mmc/mmc-programmer-s-guide-overview).

]]></format>
Expand Down Expand Up @@ -67,7 +67,7 @@ For more information about programming with the IExtendPropertySheet2 interface
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
## Remarks
For more information about programming with the <xref:Microsoft.Aspnet.Snapin.IExtendPropertySheet2> interface and the Microsoft Management Console (MMC), see the [MMC Programmer's Guide](https://learn.microsoft.com/previous-versions/windows/desktop/mmc/mmc-programmer-s-guide-overview).

]]></format>
Expand Down Expand Up @@ -103,14 +103,14 @@ For more information about programming with the <xref:Microsoft.Aspnet.Snapin.IE
<param name="lphHeader">The handle to a bitmap that serves as the header for Wizard 97 pages.</param>
<param name="lphPalette">The handle to a palette used for the bitmaps specified by lphWatermark and lphHeader.</param>
<param name="bStretch">A GetWatermarks return value: true if the watermark and header bitmaps should be stretched rather than tiled; otherwise, false.</param>
<summary>Retrieves the watermark and header bitmaps for wizard sheets that are implemented as Wizard 97-style wizards.</summary>
<summary>Retrieves the watermark and header bitmaps for wizard sheets that are implemented as Wizard 97-style wizards.</summary>
<returns>| Return Value | Description |
| --- | --- |
| etch | true if the watermark and header bitmaps should be stretched rather than tiled; otherwise, false. |</returns>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
## Remarks
For more information about programming with the <xref:Microsoft.Aspnet.Snapin.IExtendPropertySheet2> interface and the Microsoft Management Console (MMC), see the [MMC Programmer's Guide](https://learn.microsoft.com/previous-versions/windows/desktop/mmc/mmc-programmer-s-guide-overview).

]]></format>
Expand Down Expand Up @@ -148,7 +148,7 @@ For more information about programming with the <xref:Microsoft.Aspnet.Snapin.IE
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
## Remarks
For more information about programming with the <xref:Microsoft.Aspnet.Snapin.IExtendPropertySheet2> interface and the Microsoft Management Console (MMC), see the [MMC Programmer's Guide](https://learn.microsoft.com/previous-versions/windows/desktop/mmc/mmc-programmer-s-guide-overview).

]]></format>
Expand Down
10 changes: 5 additions & 5 deletions xml/Microsoft.IE/Manager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
## Remarks
The Manager class initializes the properties that enable managed code to execute as an ActiveX control in a sandboxed application domain.

]]></format>
Expand Down Expand Up @@ -218,8 +218,8 @@ The Manager class initializes the properties that enable managed code to execute
<Docs>
<param name="assemblyName">The name of the assembly.</param>
<param name="className">The name of the class.</param>
<summary>Not implemented.
<summary>Not implemented.

This API is not CLS-compliant.</summary>
<returns>Always null (Nothing in Visual Basic).</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -355,12 +355,12 @@ This API is not CLS-compliant.</summary>
<param name="assemblyName">The name of the assembly.</param>
<summary>Creates a class factory that provides security information about the assembly.

This API is not CLS-compliant. </summary>
This API is not CLS-compliant. </summary>
<returns>An object that represents the secure class factory.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
## Remarks
Typically, most of the parameter values can be obtained from the Internet Security Manager.

]]></format>
Expand Down
12 changes: 6 additions & 6 deletions xml/Microsoft.VisualBasic/Conversion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2901,13 +2901,13 @@ Dim i3 As Integer = CInt(Fix(sng)) ' Result: 175
The following call returns the value 1615198.

```vb
Val(" 1615 198th Street N.E.") 
Val(" 1615 198th Street N.E.")
```

The following call returns the decimal value -1.

```vb
Val("&HFFFF") 
Val("&HFFFF")
```

> [!NOTE]
Expand Down Expand Up @@ -2995,13 +2995,13 @@ Dim n = 1.34&
The following call returns the value 1234123.

```vb
Val(" 1234 123th Street N.E.") 
Val(" 1234 123th Street N.E.")
```

The following call returns the decimal value -1.

```vb
Val("&HFFFF") 
Val("&HFFFF")
```

> [!NOTE]
Expand Down Expand Up @@ -3090,13 +3090,13 @@ Val("&HFFFF") 
The following call returns the value 1234123.

```vb
Val(" 1234 123th Street N.E.") 
Val(" 1234 123th Street N.E.")
```

The following call returns the decimal value -1.

```vb
Val("&HFFFF") 
Val("&HFFFF")
```

> [!NOTE]
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Vsa/BaseVsaSite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<Parameter Name="error" Type="Microsoft.Vsa.IVsaError" />
</Parameters>
<Docs>
<param name="error">The IVsaError object representing the offending error.</param>
<param name="error">The IVsaError object representing the offending error.</param>
<summary>Notifies the host about how to respond to compiler errors encountered by the script engine.</summary>
<returns>
<see langword="true" /> if the compiler is directed to continue reporting further errors to the IJSVsaSite object; <see langword="false" /> if the compiler is directed to stop reporting further errors to the IVsaSite object.</returns>
Expand Down
16 changes: 8 additions & 8 deletions xml/Microsoft.Vsa/IVsaCodeItem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
## Remarks
The specified code item can contain classes, modules, or other source text.

No permissions are required for calling any members of the IVsaCodeItem interface.
Expand Down Expand Up @@ -72,11 +72,11 @@ The script engine implements this interface in order to add code items.
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
## Remarks
The script engine uses information provided by the AddEventSource method to hook up events to the named event source. It obtains event sources by calling the IVsaSite.GetEventSourceInstance method, which is implemented by the host. The AddEventSource method creates a class that handles events raised by a host-provided object.

> [!NOTE]
> The JScript .NET script engine does not support this method. In cases where the JScript .NET engine must hook up an event, you must do so using a global item. Rather than event sources, the JScript .NET engine uses AppGlobal item types. For more information, see VsaItemType.
> The JScript .NET script engine does not support this method. In cases where the JScript .NET engine must hook up an event, you must do so using a global item. Rather than event sources, the JScript .NET engine uses AppGlobal item types. For more information, see VsaItemType.


Within the code item, you can access the event source object by name, and, once accessed, you can write event handlers against the object. The event source type is passed as a string rather than as a Type object to facilitate implementing event sources by unmanaged hosts.
Expand Down Expand Up @@ -114,7 +114,7 @@ For more information about the mechanisms for hooking up events for the script e
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
## Remarks
Appended source text is not subjected to validation. For this reason, errors, if any, will surface on the next call to the IVsaEngine.Compile method.

The appended source text is provided as a single string. Should the string require any formatting, you must provide this yourself.
Expand Down Expand Up @@ -145,8 +145,8 @@ The appended source text is provided as a single string. Should the string requi
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
The CodeDOM property is typically generated as part of the compilation step of the script engine, so it is not available until after a call to the IVsaEngine.Compile method. Some VSA implementations may be able to provide the CodeDOM dynamically, without the need for an explicit compilation step, but hosts cannot rely on this behavior. Some script engines, for example, the JScript .NET script engine, do not support this behavior.
## Remarks
The CodeDOM property is typically generated as part of the compilation step of the script engine, so it is not available until after a call to the IVsaEngine.Compile method. Some VSA implementations may be able to provide the CodeDOM dynamically, without the need for an explicit compilation step, but hosts cannot rely on this behavior. Some script engines, for example, the JScript .NET script engine, do not support this behavior.

]]></format>
</remarks>
Expand Down Expand Up @@ -177,7 +177,7 @@ The CodeDOM property is typically generated as part of the compilation step of t
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
## Remarks
Removing an event source does not remove the underlying event handler from source text. Rather, events no longer raise notifications to the event handler. Therefore, you will get a compiler error if you delete an event source but leave the underlying function in the source code.

]]></format>
Expand Down Expand Up @@ -206,7 +206,7 @@ Removing an event source does not remove the underlying event handler from sourc
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
## Remarks
When you set this property, the text is not subjected to validation. For this reason, errors, if any, will surface on the next call to the IVsaEngine.Compile method.

The SourceText property returns the source text in one large string, including formatting characters such as carriage returns.
Expand Down
4 changes: 2 additions & 2 deletions xml/Microsoft.Windows.Themes/BulletChrome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -578,13 +578,13 @@
## XAML Attribute Usage

```xaml
<object IsChecked="bool"/>
<object IsChecked="bool"/>
```

-or-

```xaml
<object IsChecked="x:Null"/>
<object IsChecked="x:Null"/>
```

]]></format>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Windows.Themes/ClassicBorderDecorator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

```xaml
<theme:ClassicBorderDecorator ...>
  singleChild
singleChild
</theme:ClassicBorderDecorator>
```

Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Windows.Themes/DataGridHeaderBorder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

```xaml
<theme:DataGridHeaderBorder ...>
  singleChild
singleChild
</theme:DataGridHeaderBorder>
```

Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Windows.Themes/ListBoxChrome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

```xaml
<theme:ListBoxChrome ...>
  singleChild
singleChild
</theme:ListBoxChrome>
```

Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Windows.Themes/SystemDropShadowChrome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

```xaml
<theme:SystemDropShadowChrome ...>
  singleChild
singleChild
</theme:SystemDropShadowChrome>
```

Expand Down
Loading