Search
ImportItemEventArgs Members
Properties
 


Contains the arguments passed to handlers of the ImportItem event.

The following tables list the members exposed by the ImportItemEventArgs type.

 Public Properties

  Name Description

Item

Gets or sets the item that should represent the Visio shape specified by ShapeXml in the imported diagram.

MasterName

Gets the name associated with shape's master.

MasterXml

Gets the XML DOM element corresponding to the Visio document's XML code that describes the shape master.

NamespaceManager

Gets an XmlNamespaceManager instance with preloaded Visio namespaces that can be used when querying the XML elements provided by this ImportItemEventArgs instance.

ShapeXml

Gets the XML DOM element corresponding to the Visio document's XML code that describes the imported shape.

 See Also