Home
VB.Net
2D
Application
Class
Data Structure
Data Types
Database ADO.net
Date Time
Development
Event
File Directory
Generics
GUI
Internationalization I18N
Language Basics
LINQ
Network Remote
Reflection
Security
Thread
Windows Presentation Foundation
Windows System
XML
XML LINQ
XObject « XML LINQ « VB.Net
VB.Net
XML LINQ
XObject
1.
XObject.AddAnnotation adds an object to the annotation list of this XObject.
2.
XObject.Annotation gets the first annotation object of the specified type from this XObject.
3.
XObject.Annotation(T) gets the first annotation object of the specified type from this XObject.
4.
XObject.Annotations gets a collection of annotations of the specified type for this XObject.
5.
XObject.Annotations(T) gets a collection of annotations of the specified type for this XObject.
6.
XObject.BaseUri Property gets the base URI for this XObject.
7.
XObject.Changed Event raised when this XObject or any of its descendants have changed.
8.
XObject.Changing Event
9.
XObject.RemoveAnnotations (Type) removes the annotations of the specified type from this XObject.
10.
XObject.RemoveAnnotations(T) removes the annotations of the specified type from this XObject.