Share via


NoNamespace.target Field

Definition

Represents the target XML attributes.

public static readonly System.Xml.Linq.XName target;
 staticval mutable target : System.Xml.Linq.XName
Public Shared ReadOnly target As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: bind, hyperlink, arc, curve, group, image, line, oval, polyline, rect, roundrect, shape, shapetype.
  • corresponds to the following strongly-typed properties: Arc.Target, Bind.Target, Curve.Target, Group.Target, Hyperlink.Target, ImageFile.Target, Line.Target, Oval.Target, PolyLine.Target, Rectangle.Target, RoundRectangle.Target, Shape.Target, Shapetype.Target.

Applies to