Skip to content

Commit cff5686

Browse files
author
mtx48109
committed
windows formatting review pr28
1 parent b354b6f commit cff5686

40 files changed

Lines changed: 151 additions & 172 deletions

docs/windows/creating-transparent-or-inverse-regions-in-device-images.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In the [Image editor](../windows/image-editor-for-icons.md), the initial icon or
1717
The screen and inverse colors you apply to icons and cursors either shape and color the derived image or designate inverse regions. The colors indicate parts of the image possessing those attributes. You can change the colors that represent the screen-color and inverse-color attributes in editing. These changes do not affect the appearance of the icon or cursor in your application.
1818

1919
> [!NOTE]
20-
> The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose **Import and Export Settings** on the **Tools** menu. For more information, see [Customizing Development Settings in Visual Studio](http://msdn.microsoft.com/22c4debb-4e31-47a8-8f19-16f328d7dcd3).
20+
> The dialog boxes and menu commands you see might differ from those described in **Help** depending on your active settings or edition. To change your settings, choose **Import and Export Settings** on the **Tools** menu. For more information, see [Customizing Development Settings in Visual Studio](http://msdn.microsoft.com/22c4debb-4e31-47a8-8f19-16f328d7dcd3).
2121
2222
### To create transparent or inverse regions
2323

@@ -34,12 +34,11 @@ In the [Image editor](../windows/image-editor-for-icons.md), the initial icon or
3434
The complementary color is automatically designated for the other selector.
3535

3636
> [!TIP]
37-
> If you double-click the Screen-Color or Inverse-Color selector, the [Custom Color Selector dialog box](../windows/custom-color-selector-dialog-box-image-editor-for-icons.md) appears.
37+
> If you double-click the **Screen-Color** or **Inverse-Color** selector, the [Custom Color Selector dialog box](../windows/custom-color-selector-dialog-box-image-editor-for-icons.md) appears.
3838
39-
For information on adding resources to managed projects, please see [Resources in Desktop Apps](/dotnet/framework/resources/index) in the *.NET Framework Developer's Guide.* For information on manually adding resource files to managed projects, accessing resources, displaying static resources, and assigning resource strings to properties, see [Creating Resource Files for Desktop Apps](/dotnet/framework/resources/creating-resource-files-for-desktop-apps). For information on globalization and localization of resources in managed apps, see [Globalizing and Localizing .NET Framework Applications](/dotnet/standard/globalization-localization/index).
39+
For information on adding resources to managed projects, please see [Resources in Desktop Apps](/dotnet/framework/resources/index) in the *.NET Framework Developer's Guide*. For information on manually adding resource files to managed projects, accessing resources, displaying static resources, and assigning resource strings to properties, see [Creating Resource Files for Desktop Apps](/dotnet/framework/resources/creating-resource-files-for-desktop-apps). For information on globalization and localization of resources in managed apps, see [Globalizing and Localizing .NET Framework Applications](/dotnet/standard/globalization-localization/index).
4040

4141
## Requirements
42-
4342
None
4443

4544
## See Also

docs/windows/creatormap-activationid-data-member.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Supports the WRL infrastructure and is not intended to be used directly from you
1717

1818
## Syntax
1919

20-
```
20+
```cpp
2121
union {
2222
const IID* clsid;
2323
const wchar_t* (*getRuntimeName)();
2424
} activationId;
2525
```
2626

27-
## Parameters
27+
### Parameters
2828
*clsid*
2929
An interface ID.
3030

docs/windows/creatormap-factorycache-data-member.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Supports the WRL infrastructure and is not intended to be used directly from you
1717

1818
## Syntax
1919

20-
```
20+
```cpp
2121
FactoryCache* factoryCache;
2222
```
2323

docs/windows/creatormap-factorycreator-data-member.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Supports the WRL infrastructure and is not intended to be used directly from you
1717

1818
## Syntax
1919

20-
```
20+
```cpp
2121
HRESULT (*factoryCreator)(
2222
unsigned int* currentflags,
2323
const CreatorMap* entry,
2424
REFIID iidClassFactory,
2525
IUnknown** factory);
2626
```
2727

28-
## Parameters
28+
### Parameters
2929
*currentflags*
3030
One of the [RuntimeClassType](../windows/runtimeclasstype-enumeration.md) enumerators.
3131

docs/windows/creatormap-servername-data-member.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Supports the WRL infrastructure and is not intended to be used directly from you
1717

1818
## Syntax
1919

20-
```
20+
```cpp
2121
const wchar_t* serverName;
2222
```
2323

docs/windows/creatormap-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Supports the Windows Runtime C++ Template Library infrastructure and is not inte
1717

1818
## Syntax
1919

20-
```
20+
```cpp
2121
struct CreatorMap;
2222
```
2323

docs/windows/criticalsection-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Represents a critical section object.
1717

1818
## Syntax
1919

20-
```
20+
```cpp
2121
class CriticalSection;
2222
```
2323

docs/windows/criticalsection-criticalsection-constructor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Initializes a synchronization object that is similar to a mutex object, but can
1717

1818
## Syntax
1919

20-
```
20+
```cpp
2121
explicit CriticalSection(
2222
ULONG spincount = 0
2323
);
2424
```
2525

26-
#### Parameters
26+
### Parameters
2727
*spincount*
2828
The spin count for the critical section object. The default value is 0.
2929

docs/windows/criticalsection-cs-data-member.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Declares a critical section data member.
1717

1818
## Syntax
1919

20-
```
20+
```cpp
2121
CRITICAL_SECTION cs_;
2222
```
2323

docs/windows/criticalsection-isvalid-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Indicates whether the current critical section is valid.
1717

1818
## Syntax
1919

20-
```
20+
```cpp
2121
bool IsValid() const;
2222
```
2323

0 commit comments

Comments
 (0)