OpenAttributeUriElement Constructor (OpenAttributeUriElement)
Initializes a new instance of the OpenAttributeUriElement class using the specified OpenAttributeUriElement.
Namespace: Microsoft.Web.Services3.Xml
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim uri As OpenAttributeUriElement
Dim openAttributeUriElement1 As New OpenAttributeUriElement(uri)
Syntax
'Declaration
Protected Sub New( _
ByVal uri As OpenAttributeUriElement _
)
protected OpenAttributeUriElement(
OpenAttributeUriElement uri
);
protected:
OpenAttributeUriElement(
OpenAttributeUriElement^ uri
);
protected OpenAttributeUriElement(
OpenAttributeUriElement uri
);
protected function OpenAttributeUriElement(
uri : OpenAttributeUriElement
);
Parameters
- uri
An OpenAttributeUriElement that represents the URI associated with the element.
Remarks
Use this constructor to make a copy of an existing OpenAttributeUriElement.
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