API Reference
Class
VisioStencilMigrationReplacement
Describes a single shape replacement performed by a stencil migration.
Inheritance
- Object
- VisioStencilMigrationReplacement
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String PageName { get; } #Gets the page name.
public String ShapeId { get; } #Gets the migrated shape id.
public String Text { get; } #Gets the shape text at migration time.
public String OldMasterNameU { get; } #Gets the master universal name before migration.
public String NewMasterNameU { get; } #Gets the master universal name after migration.
public String OldStencilId { get; } #Gets the OfficeIMO stencil id before migration.
public String NewStencilId { get; } #Gets the OfficeIMO stencil id after migration.