- Microsoft BizTalk Server 2010 Patterns
- Dan Rosanova
- 196字
- 2021-04-02 18:21:51
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
public MyMessage SomethingInteresting(XLANGMessage message) { MyMessage myMessage = message[0].RetrieveAs(typeof(MyMessage)) as MyMessage; return myMessage; } public XmlReader SomethingElse(XLANGMessage message) { XmlReader reader = message[0].RetrieveAs(typeof(XmlReader)) as XmlReader; return reader; }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<?xml version="1.0" encoding="utf-8"?>
<Order xmlns="http://wmp/schemas/quote">
<Number>1234</Number>
<Date>2011-06-11</Date>
<Item Number="4432" Quantity="1" />
<Item Number="5532" Quantity="2" />
</Order>
Any command-line input or output is written as follows:
gacutil /i PRP.OrderProcessing.Library.dll
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "If you click the Parameter Name dropdown, you will see that the Products variable is already specified. Select it and click OK".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 剪映短視頻剪輯零基礎(chǔ)一本通
- ColdFusion 9 Developer Tutorial
- PrestaShop 1.3 Theming – Beginner’s Guide
- 從零開(kāi)始學(xué)LATEX
- VMware虛擬化與云計(jì)算:vSphere運(yùn)維卷
- 數(shù)碼攝影后期高手之路(第2版)
- Apache Roller 4.0 – Beginner's Guide
- 中文版Photoshop CC平面設(shè)計(jì)實(shí)用教程
- Designing and Implementing Linux Firewalls and QoS using netfilter, iproute2, NAT and l7/filter
- 中文版3ds Max/VRay效果圖制作完全自學(xué)教程(實(shí)例培訓(xùn)教材版)
- ASP.NET Core 3從入門(mén)到實(shí)戰(zhàn)
- 中文版3ds Max 2016/VRay效果圖制作技術(shù)大全
- LaTeX入門(mén)與實(shí)戰(zhàn)應(yīng)用
- 魔法詞典:AI繪畫(huà)關(guān)鍵詞圖鑒(Midjourney版)
- Deep Inside osCommerce: The Cookbook