Sign in
|
Join PowerShell.com!
|
Help
Home
PowerTips
Ask the Experts
Forums
Webcasts
Blogs
eBook
Script Library
Twitter Grid
Modules
QuickClick
Scripts
Snippets
Videos
Library
»
Snippet Library
»
Headers
»
Simple Header
Simple Header
Share
|
Browse Library
Module Library
QuickClick Library
Script Library
Snippet Library
ADSI
Comparison
Conditions and Loops
.Net
Exception Handlers
Files and Folders
Functions
Headers
Includes
Network
Pipeline
PowerShell Internals
Registry
Samples
Script Functions Templates
Security
SQL Server
Templates
User Management
WMI
Video Library
Members Only
Tags
Header
Snippet
View more
Previous
|
Next
|
View all files
|
View Slideshow
Download
posted by
Richard Giles
02-17-2009
Downloads: 205
File size: 1kB
Views: 614
Embed
Simple Header
<?
xml
version
=
"1.0"
?>
<CodeSnippets xmlns
=
"http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"
>
<CodeSnippet Format
=
"1.0.0"
>
<Header>
<Title>Simple Header<
/
Title>
<Shortcut>head1<
/
Shortcut>
<Description>inserts a simple header<
/
Description>
<Author
/
>
<SnippetTypes>
<SnippetType>Expansion<
/
SnippetType>
<
/
SnippetTypes>
<
/
Header>
<Snippet>
<Declarations>
<Literal>
<ID>param1<
/
ID>
<ToolTip>Enter Name<
/
ToolTip>
<Default>Your Name<
/
Default>
<
/
Literal>
<Literal>
<ID>param2<
/
ID>
<ToolTip
/
>
<Default>1.0<
/
Default>
<
/
Literal>
<Literal>
<ID>param3<
/
ID>
<ToolTip
/
>
<Default>Add content<
/
Default>
<
/
Literal>
<
/
Declarations>
<Code Language
=
"PowerShell"
Kind
=
"108"
><
!
[CDATA[
################################################
#
# Author:
$param1$
# Version:
$param2$
# Description:
$param3$
#
#
################################################
]]><
/
Code>
<
/
Snippet>
<
/
CodeSnippet>
<
/
CodeSnippets>
Filed under:
Snippet
,
Header
Inserts a simple header
Copyright 2011 PowerShell.com. All rights reserved.