IDiagram.TypeName Property

A string indicating what kind of diagram this is, such as "ComponentDiagram".

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDiagram Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace