Share via


OpenAttributeUriElement Constructor (Uri)

Initializes a new instance of the OpenAttributeUriElement class using the specified URI.

Namespace: Microsoft.Web.Services3.Xml
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim uri As Uri
Dim openAttributeUriElement1 As New OpenAttributeUriElement(uri)

Syntax

'Declaration
Protected Sub New( _
    ByVal uri As Uri _
)
protected OpenAttributeUriElement(
    Uri uri
);
protected:
OpenAttributeUriElement(
    Uri^ uri
);
protected OpenAttributeUriElement(
    Uri uri
);
protected function OpenAttributeUriElement(
     uri : Uri
);

Parameters

  • uri
    A Uri that represents the URI associated with the element.

Exceptions

Exception type Condition
ArgumentNullException

uri is null.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

OpenAttributeUriElement Class
OpenAttributeUriElement Members
Microsoft.Web.Services3.Xml Namespace