Url Element (IntelliSense Code Snippets)
Visual Studio 2008
Specifies a URL that provides more information about the referenced assembly.
<CodeSnippet>
<Snippet>
<References>
<Reference>
<Url>
<Url>
www.microsoft.com
</Url>
The Url element in the following example contains the value http://www.microsoft.com. This URL contains more information about the System.Data.dll assembly.
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<!-- Insert Header information here -->
</Header>
<Snippet>
<References>
<Reference>
<Assembly>System.Data.dll</Assembly>
<Url>www.microsoft.com</Url>
</Reference>
</References>
<Declarations>
<!-- Insert literal and object declarations here. -->
</Declarations>
<Code Language="VB">
<!-- Insert code here. -->
</Code>
</Snippet>
</CodeSnippet>
</CodeSnippets>