DslDefinitionModelDomainModelSerializerBase.CalculateDiagramFileName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calculates and returns the name of the diagram file for the specified model file
public:
virtual System::String ^ CalculateDiagramFileName(System::String ^ modelFileName);
public virtual string CalculateDiagramFileName (string modelFileName);
abstract member CalculateDiagramFileName : string -> string
override this.CalculateDiagramFileName : string -> string
Public Overridable Function CalculateDiagramFileName (modelFileName As String) As String
Parameters
- modelFileName
- String
The relevant model file name
Returns
Name of the associated diagram file
Implements
Remarks
There is no guarantee that either the model file or the calculated diagram file exist.