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

'Declaration
ReadOnly Property FileName As String
    Get
string FileName { get; }
property String^ FileName {
    String^ get ();
}
abstract FileName : string
function get FileName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDiagram Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace