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
string FileName { get; }
property String^ FileName {
String^ get ();
}
abstract FileName : string with get
function get FileName () : String
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace