- Microsoft SharePoint 2010 Developer’s Compendium:The Best of Packt for Extending SharePoint
- Carl Jones
- 195字
- 2021-08-20 15:51:46
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:
$siteUrl = "http://intranet.contoso.com" $snapin = Get-PSSnapin | Where-Object {$_.Name -eq 'Microsoft. SharePoint.Powershell'} if ($snapin -eq $null) { Write-Host "Loading SharePoint Powershell Snapin" Add-PSSnapin "Microsoft.SharePoint.Powershell" }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
protected override void CreateChildControls()
{
Control control = Page.LoadControl(_ascxPath);
Controls.Add(control); _control = (control as AssetsBrowserWebPartUserControl); base.CreateChildControls();
}
Any command-line input or output is written as follows:
Add-PSSnapin "Microsoft.SharePoint.Powershell"
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: "Click Site Actions menu, and select the New Page item".
推薦閱讀
- 基于價值增值的治理導向型內部審計研究
- 審計學基礎
- 注冊會計師全國統一考試專用教材:審計
- Microsoft Dynamics CRM 2011 Scripting Cookbook
- 陜西國家統計調查專題研究集萃(2006—2015)
- Salesforce Essentials for Administrators
- 審計全流程實操從入門到精通
- Microsoft Dynamics NAV
- Tableau:Creating Interactive Data Visualizations
- 風險導向審計準則實施效果研究
- 政策建模技術:CGE模型的理論與實現
- Stata統計分析與行業應用案例詳解(第2版)
- Oracle E-Business Suite Financials R12:A Functionality Guide
- 計量經濟學理論與應用:基于Eviews的應用分析
- Microsoft Dynamics CRM 2016 Customization(Second Edition)