API Reference
Class
MasterInfo
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
- Method VisioAssets.ListMasters
- Method VisioDocument.ListMastersIn
Constructors
public MasterInfo() #Methods
public override String ToString() #Returns:
StringReturns a readable representation for diagnostics.
Inherited Methods
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.