XAttribute « XML LINQ « C# / C Sharp
Home
C# / C Sharp
1.
2D Graphics
2.
Class Interface
3.
Collections Data Structure
4.
Components
5.
Data Types
6.
Database ADO.net
7.
Date Time
8.
Design Patterns
9.
Development Class
10.
Event
11.
File Stream
12.
Generics
13.
GUI Windows Form
14.
Internationalization I18N
15.
Language Basics
16.
LINQ
17.
Network
18.
Office
19.
Reflection
20.
Regular Expressions
21.
Security
22.
Services Event
23.
Thread
24.
Web Services
25.
Windows
26.
Windows Presentation Foundation
27.
XML
28.
XML LINQ
C# Book
C# / C Sharp by API
C# / CSharp Tutorial
C# / CSharp Open Source
C# / C Sharp
»
XML LINQ
»
XAttribute
Screenshots
1.
Using the LINQ to XML API to Create an XML Document
2.
Creating an Attribute with Functional Construction
3.
Creating an Attribute and Adding It to Its Element
4.
XAttribute Class represents an XML attribute.
5.
Create a new instance of the XAttribute class from the specified name and value.
6.
Create XAttribute with namespace
7.
Add XAttribute array to XElement
8.
XAttribute.IsNamespaceDeclaration Property tells if this attribute is a namespace declaration.
9.
XAttribute.Name Property returns the expanded name of this attribute.
10.
XAttribute.NextAttribute Property returns the next attribute of the parent element.
11.
XAttribute.NodeType Property returns the node type for this node.
12.
XAttribute.PreviousAttribute Property returns the previous attribute of the parent element.
13.
XAttribute.Remove removes this attribute from its parent element.
14.
XAttribute.SetValue sets the value of this attribute.
15.
XAttribute.ToString converts the current XAttribute object to a string representation.
16.
XAttribute.Value gets or sets the value of this attribute.
17.
It is easier to use casting when the attribute might or might not exist.
18.
Cast the value of this XAttribute to a Boolean.
19.
Cast the value of this XAttribute to a DateTime.
java2s.com
|
|
Contact Us
|
Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.