IDiagram.FileName Property
The path of the modeling project file on which the diagram is stored. This is the name of the principal of the two files.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
string FileName { get; }
property String^ FileName {
String^ get();
}
abstract FileName : string with get
ReadOnly Property FileName As String
Property Value
Type: System.String
See Also
IDiagram Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace
Return to top