官术网_书友最值得收藏!

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".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 龙游县| 安宁市| 河津市| 鄂托克旗| 蛟河市| 腾冲县| 年辖:市辖区| 开远市| 西畴县| 金阳县| 安阳市| 同江市| 葵青区| 吉隆县| 都江堰市| 台州市| 虎林市| 河南省| 苍溪县| 安顺市| 光山县| 大关县| 翁牛特旗| 河西区| 夏邑县| 通榆县| 高青县| 台东县| 嘉兴市| 合阳县| 增城市| 贵州省| 泰州市| 千阳县| 博乐市| 水富县| 若尔盖县| 全州县| 周宁县| 隆德县| 贵州省|