[
Lists Home |
Date Index |
Thread Index
]
- To: "Dan Mabbutt" <Seigfried@msn.com>,<xml-dev@lists.xml.org>
- Subject: RE: [xml-dev] XML Attributes versus .NET Attributes
- From: "Dare Obasanjo" <dareo@microsoft.com>
- Date: Sat, 11 Oct 2003 09:29:02 -0700
- Thread-index: AcOQDzg9aP6UDQrgRw6jWmmd0/SYNgABNU3z
- Thread-topic: [xml-dev] XML Attributes versus .NET Attributes
Attributes used to annotate classes in the .NET Framework have nothing to do with XML attributes. The C# specification has a description of the kind of attributes mentioned below at http://msdn.microsoft.com/library/en-us/csspec/html/vclrfcsharpspec_17.asp
________________________________
From: Dan Mabbutt [mailto:Seigfried@msn.com]
Sent: Sat 10/11/2003 8:48 AM
To: xml-dev@lists.xml.org
Subject: [xml-dev] XML Attributes versus .NET Attributes
To the list:
I'm not in the same 'guru class' as the members of this list, but I'm hoping
that some members will help confirm a question I have in Microsoft .NET.
It seems to me that 'attributes' in .NET are not always valid XML
'attributes'. As an example, consider this quote taken from a MSDN article
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/h
tml/vbnet04082003.asp).
---------------------------
An extender provider uses attributes to tell Visual Studio .NET what
properties it is providing to supported controls. To include these
attributes, place the following code immediately above the line that says
Public Class MSDNTextboxValidator:
<ProvideProperty("DataType", GetType(Control)), _
ProvideProperty("DisplayName", GetType(Control)), _
ProvideProperty("MinValue", GetType(Control)), _
ProvideProperty("MaxValue", GetType(Control)), _
ProvideProperty("Required", GetType(Control)), _
ProvideProperty("RegularExpression", GetType(Control))>
---------------------------
Can someone from the list confirm or explain this for me?
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
|