API Reference

Class

MasterInfo

Namespace OfficeIMO.Visio.VisioAssets
Assembly OfficeIMO.Visio
Modifiers sealed

Lightweight info about a master available inside a VSDX file.

Inheritance

  • Object
  • MasterInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Methods

public override String ToString() #
Returns: String

Returns a readable representation for diagnostics.

Properties

public String Id { get; set; } #

Master identifier from masters.xml.

public String NameU { get; set; } #

Universal (language-independent) master name.

public String Name { get; set; } #

Localized master name, when present.

public String RelationshipId { get; set; } #

Relationship Id from masters.xml linking to the master part.