- Microsoft Windows Workflow Foundation 4.0 Cookbook
- Andrew Zhu
- 160字
- 2021-04-13 17:00:32
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: "The ActivityLibrary
project is for all customized activities, whereas the WorkflowConsoleApp
project is used for testing our customized activities".
A block of code will be set as follows:
class Program { static void Main(string[] args) { WorkflowInvoker.Invoke(GetCodeStyleWorkflow()); }
Any command-line input or output is written as follows:
.NET Framework 4 Full (32-bit) – silent repair %windir%\Microsoft.NET\Framework\v4.0.30319\SetupCache\Client\setup.exe /repair /x86 /x64 /ia64 /parameterfolder Client /q /norestart
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 our text like this: "Click the Invoke button to get the result".
推薦閱讀
- Creo Parametric 8.0中文版基礎入門一本通
- Learning Facebook Application Development
- Photoshop CS6完全自學案例教程(微課版)
- 中文版Illustrator CC 2018基礎培訓教程
- After Effects CS6入門與提高
- CorelDRAW 2020中文版入門、精通與實戰
- Oracle Warehouse Builder 11g: Getting Started
- Photoshop插畫藝術火星風暴
- 神奇的中文版Photoshop CC 2017入門書
- 中文版Photoshop CS6完全自學手冊(超值版)
- 零基礎學Procreate萌物繪
- 3ds Max三維動畫制作項目式教程
- Maya腳本應用手冊:表達式與MEL語言
- MATLAB R2020a入門、精通與實戰
- NetBeans IDE 7 Cookbook