NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlAttributes Constructor (ICustomAttributeProvider)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal provider As ICustomAttributeProvider _
)
[C#]
public XmlAttributes(
   ICustomAttributeProvider provider
);
[C++]
public: XmlAttributes(
   ICustomAttributeProvider* provider
);
[JScript]
public function XmlAttributes(
   provider : ICustomAttributeProvider
);

Parameters

provider
[To be supplied.]

See Also

XmlAttributes Class | XmlAttributes Members | System.Xml.Serialization Namespace | XmlAttributes Constructor Overload List